Closed izziaraffaele closed 6 years ago
This should be resolved with version 1.1.2. However, until I fix my build process to have better support for Rollup, you'll need to use the default import in your project rather than importing Drag
and Drop
separately. Like this:
import Vue from 'vue';
import VueDragDrop from 'vue-drag-drop';
Vue.use(VueDragDrop);
Importing this plugin in a Rollup project results in an error saying: