vue.draggable.next icon indicating copy to clipboard operation
vue.draggable.next copied to clipboard

CDN link returns 404

Open dbarrow opened this issue 3 years ago • 6 comments

The cdn link still returns 404.

cdnjs.cloudflare.com/ajax/libs/Vue.Draggable/4.0.0/vuedraggable.umd.min.js

SMen1 avatar Aug 06 '21 09:08 SMen1

Manually downloading and locally sourcing vuedraggable.umd.min gives an error with the simplest implementation of examples.

Error: Failed to resolve component: draggable

SMen1 avatar Aug 06 '21 09:08 SMen1

i too need a link to a working library

yetyman avatar Sep 02 '21 14:09 yetyman

You can always use Unpkg cdn: https://unpkg.com/vue-draggable-next Wich turns into the current one: https://unpkg.com/[email protected]/dist/vue-draggable-next.global.js

ealbinu avatar Oct 28 '21 18:10 ealbinu

Duplicates https://github.com/SortableJS/vue.draggable.next/issues/31. But since here's more interaction, I'd close that one.

Piedone avatar Mar 21 '22 17:03 Piedone

You can always use Unpkg cdn: https://unpkg.com/vue-draggable-next Wich turns into the current one: https://unpkg.com/[email protected]/dist/vue-draggable-next.global.js

This is actually a different package, this is the url you'll want

https://www.unpkg.com/[email protected]/dist/vuedraggable.umd.js

CrustyJew avatar Mar 22 '22 21:03 CrustyJew