vue.draggable.next
vue.draggable.next copied to clipboard
"direct link" URLs 404
The README mentions:
with direct link
<script src="//cdnjs.cloudflare.com/ajax/libs/vue/3.0.2/vue.min.js"></script> <!-- CDNJS :: Sortable (https://cdnjs.com/) --> <script src="//cdn.jsdelivr.net/npm/[email protected]/Sortable.min.js"></script> <!-- CDNJS :: Vue.Draggable (https://cdnjs.com/) --> <script src="//cdnjs.cloudflare.com/ajax/libs/Vue.Draggable/4.0.0/vuedraggable.umd.min.js"></script>
However 2 out of 3 of these produce a 404: only sortable works.
It would also be nice to include import ... code for those that want to use ESM a the CDN URL.
It's also surprising if this doesn't import its own dependencies and needs Sortable as a peer dependency. I'm also not sure Vue would be needed here. Anybody using this is already importing Vue in some way.
I think this library is dead, find other ways to accomplish this functionality.
You can get it here https://cdn.jsdelivr.net/npm/[email protected]/dist/vuedraggable.umd.min.js