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

CDN returns 404

Open astarrh opened this issue 3 years ago • 4 comments

Hello,

I am trying to install for a single page without using webpack.

The CDN:

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

is returning 404.

astarrh avatar Mar 31 '21 01:03 astarrh

I'm also facing the issue, only 2.3 is available in cdn.js when i searched.

adharshmk96 avatar Jun 12 '21 23:06 adharshmk96

Use Unpkg: https://unpkg.com/vue-draggable-next Current: https://unpkg.com/[email protected]/dist/vue-draggable-next.global.js

ealbinu avatar Oct 28 '21 18:10 ealbinu

Duplicated by: https://github.com/SortableJS/vue.draggable.next/issues/64 But since there's more interaction, I'd close this one.

Piedone avatar Mar 21 '22 17:03 Piedone

Use Unpkg: https://unpkg.com/vue-draggable-next Current: 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