Project e Todos

This commit is contained in:
Paolo Arena
2021-02-03 01:32:09 +01:00
parent 316ebbb78b
commit b9d451bd49
9 changed files with 140 additions and 28176 deletions

View File

@@ -94,6 +94,7 @@ module.exports = function (ctx) {
store: 'src/store/index.ts'
},
// app plugins (/src/plugins)
// app plugins (/src/plugins)
boot: [
{ path: 'vue-i18n', server: true, client: true },
{ path: 'vue-meta', server: true, client: true },
@@ -104,6 +105,7 @@ module.exports = function (ctx) {
{ path: 'error-handler', server: true, client: true },
{ path: 'globalroutines', server: true, client: true },
{ path: 'vue-idb', server: true, client: true },
{ path: 'dragula', server: true, client: true },
{ path: 'guard', server: true, client: true },
{ path: 'vuetelinput', server: true, client: true },
{ path: 'mycharts', server: true, client: true }],