Open pilathraj opened 5 years ago
Yes.. this would be nice.
Installed sortable.js and also draggable with npm, and then tried this in main.js, but does not work:
//import sortable from 'vuedraggable'
//Vue.use(sortable)
import Sortable from 'sortablejs'
Vue.use(Sortable)
import draggable from 'vuedraggable'
Vue.use(draggable)
import mover from 'vue-mover'
Vue.use(mover)
always get "Uncaught ReferenceError: Sortable is not defined at eval (vue-mover.js?eda9:59)" in console
How to use vue-mover inside the vue-cli