Vue.Draggable: webpack error

ERROR in ./~/vuedraggable/dist/vuedraggable.js
Module not found: Error: Cannot resolve module 'Sortable' in /Users/lzxb/Documents/zhima-admin-webapp/node_modules/vuedraggable/dist
 @ ./~/vuedraggable/dist/vuedraggable.js 202:4-204:6

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Comments: 19 (8 by maintainers)

Most upvoted comments

For me it was: import draggable from "@/vuedraggable" in the demo file, the @ is mapped to my resources folder, I don’t know why this is in the demo. It just should be import draggable from 'vuedraggable'.