vue-smooth-dnd icon indicating copy to clipboard operation
vue-smooth-dnd copied to clipboard

This package can not be imported.

Open timothymarois opened this issue 3 years ago • 0 comments

Using what the examples provide: (and using latest version)

import { Container, Draggable } from "vue-smooth-dnd";

The build works, the app doesn't and throws console errors. If I try to import this within my main app.js I get Uncaught TypeError: Illegal invocation Or if I import this within any vue template [Vue warn]: Failed to resolve async component: and a bunch of this:

return Promise.all(/*! import() */[__webpack_require__.e(21), __webpack_require__.e(10)]).then(__webpack_require__.bind(null, /*! ./compon

If I remove the import, the app works perfectly fine. Obviously, I dont know whats in the "Container, Draggable" to cause such issues.

I'm not even using the components, this is only just importing them, no matter what, it fails to import regardless.

timothymarois avatar Nov 29 '20 01:11 timothymarois