Project e Todos
This commit is contained in:
@@ -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 }],
|
||||
|
||||
Reference in New Issue
Block a user