Open david-mohr opened 2 years ago
@duoluodexiaoxiaoyuan you need to compile your changes:
npm run build
Be aware though, you might run into this depending on your node version: https://stackoverflow.com/questions/69394632/webpack-build-failing-with-err-ossl-evp-unsupported
@duoluodexiaoxiaoyuan you need to compile your changes:
npm run build
Be aware though, you might run into this depending on your node version: https://stackoverflow.com/questions/69394632/webpack-build-failing-with-err-ossl-evp-unsupported
This is how I understand it. Do I execute npm run build, and then copy the files in the generated dist directory to node_modules?
Big thanks to @divinespear for the original Multidrag support in vue.draggable (SortableJS/Vue.Draggable#1052).
I've ported it to Vue 3 (vue.draggable.next). I've also added support for the Swap plugin!
i meet a error Cannot read property 'nextSibling' of undefined, i don't know how to slove it
Big thanks to @divinespear for the original Multidrag support in vue.draggable (https://github.com/SortableJS/Vue.Draggable/pull/1052).
I've ported it to Vue 3 (vue.draggable.next). I've also added support for the Swap plugin!