SortableJS / vue.draggable.next

Vue 3 compatible drag-and-drop component based on Sortable.js
https://sortablejs.github.io/vue.draggable.next/#/simple
MIT License
3.78k stars 520 forks source link

CDN link returns 404 #64

Open dbarrow opened 3 years ago

dbarrow commented 3 years ago

The cdn link returns 404.

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

SMen1 commented 3 years ago

The cdn link still returns 404.

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

SMen1 commented 3 years ago

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

Error: Failed to resolve component: draggable

yetyman commented 3 years ago

i too need a link to a working library

ealbinu commented 2 years ago

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

Piedone commented 2 years ago

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

CrustyJew commented 2 years ago

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

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

https://www.unpkg.com/vuedraggable@4.1.0/dist/vuedraggable.umd.js