create new app vue homepage_widget, with store

This commit is contained in:
2022-01-25 11:27:31 +01:00
parent 320d11671a
commit 0e2772336f
6 changed files with 90 additions and 33 deletions

View File

@@ -53,6 +53,7 @@ module.exports = function(encore, entries)
encore.addEntry('page_login', __dirname + '/Resources/public/page/login/index.js');
encore.addEntry('page_location', __dirname + '/Resources/public/page/location/index.js');
encore.addEntry('page_workflow_show', __dirname + '/Resources/public/page/workflow-show/index.js');
encore.addEntry('page_homepage_widget', __dirname + '/Resources/public/page/homepage_widget/index.js');
buildCKEditor(encore);