Drag & Drop hand made... but don't working with the touch
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', 'globalroutines', 'vue-idb'],
|
||||
plugins: ['i18n', 'axios', 'vee-validate', 'myconfig', 'local-storage', 'error-handler', 'globalroutines', 'vue-idb', 'vue2-dragula'],
|
||||
css: [
|
||||
'app.styl'
|
||||
],
|
||||
@@ -153,6 +153,7 @@ module.exports = function (ctx) {
|
||||
'QContextMenu',
|
||||
'QProgress',
|
||||
'QSlider',
|
||||
'QPopupEdit',
|
||||
],
|
||||
directives: [
|
||||
'Ripple',
|
||||
|
||||
Reference in New Issue
Block a user