rdv: add the concernedGroup vuejs component in add a new rdv

This commit is contained in:
nobohan
2021-07-16 18:21:27 +02:00
parent 20d113b1db
commit 1557b8f80a
7 changed files with 272 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
// this file loads all assets from the Chill calendar bundle
module.exports = function(encore, entries) {
//entries.push(__dirname + '/Resources/public/index.js');
encore.addAliases({
ChillCalendarAssets: __dirname + '/Resources/public'
});
encore.addEntry('vue_calendar', __dirname + '/Resources/public/vuejs/Calendar/index.js');
};