- starting add Categories
- improved layout drawer
This commit is contained in:
@@ -59,7 +59,7 @@ module.exports = function (ctx) {
|
||||
store: 'src/store/index.ts'
|
||||
},
|
||||
// app plugins (/src/plugins)
|
||||
plugins: ['i18n', 'axios', 'vee-validate', 'myconfig', 'local-storage', 'error-handler'],
|
||||
plugins: ['i18n', 'axios', 'vee-validate', 'myconfig', 'local-storage', 'error-handler', 'indexdb'],
|
||||
css: [
|
||||
'app.styl'
|
||||
],
|
||||
@@ -145,6 +145,7 @@ module.exports = function (ctx) {
|
||||
'QInnerLoading',
|
||||
'QSpinnerGears',
|
||||
'QDatetime',
|
||||
'QSlideTransition',
|
||||
],
|
||||
directives: [
|
||||
'Ripple',
|
||||
|
||||
Reference in New Issue
Block a user