wip on app2

This commit is contained in:
2022-06-23 12:26:48 +02:00
parent 6b3b010631
commit d8f80f3d02
44 changed files with 545 additions and 358 deletions

View File

@@ -6,7 +6,7 @@ module.exports = function(encore, entries) {
});
encore.addEntry('vue_calendar', __dirname + '/Resources/public/vuejs/Calendar/index.js');
encore.addEntry('vue_mycalendarrange', __dirname + '/Resources/public/vuejs/MyCalendarRange/index.js');
encore.addEntry('vue_mycalendarrange', __dirname + '/Resources/public/vuejs/MyCalendarRange/index2.ts');
encore.addEntry('page_calendar', __dirname + '/Resources/public/chill/index.js');
encore.addEntry('mod_answer', __dirname + '/Resources/public/module/Invite/answer.js');
};