add POC of a vuejs component (opens a modal) for address selection

This commit is contained in:
nobohan
2021-05-07 17:38:15 +02:00
parent c1b727b1c8
commit b934c2eeaf
7 changed files with 196 additions and 0 deletions

View File

@@ -62,5 +62,7 @@ module.exports = function(encore, entries)
buildCKEditor(encore);
encore.addEntry('ckeditor5', __dirname + '/Resources/public/modules/ckeditor5/index.js');
// Address
encore.addEntry('address', __dirname + '/Resources/public/vuejs/Address/index.js');
};