vue-sortable
vue-sortable copied to clipboard
A lightweight directive for reorderable drag-and-drop lists using RubaXa/Sortable
I'm trying to use v-sortable on a grid of v-flex'es and I cant seem to get it sorting, no errors of any kind, just not sortable. Is my usage of...
Hi, We're using vue 1.0.13 and ended up using your library, thanks for your work. We've encountered an issue when dragging an item in a v-for from any position into...
I update Chrome to 62, vue-sortable does not trigger onUpdate event. Other people using Chrome 61 don't have this problem ``` html by jQuery $(''); ``` ``` vue code Vue.use(Sortable);...
I don't know how to use it in vue-cil , it dosen't work and throw a error 'Error in directive sortable bind hook: "Sortable: `el` must be HTMLElement, and not...
When use `v-sortable` directive , the code gives following exception: ``` Uncaught Sortable: `el` must be HTMLElement, and not [object Undefined] ``` And nothing gets rendered. Libraries versions used: ```...
Hi Jeff, I've taken the liberty of updating your code to work with Vue v2. This PR is basically an opinionated version of #13 with fixed tests and dependencies. I...
Fixed Chrome 62 cannot sort list issue
- Updated directive to more closely match the original using Vue 2.0 - Updated karma.conf to properly use new Vue standalone compiler in tests - Updated tests to pass.
Hi there. Congrats for the lib, it looks good. Is there any plans to make it work with nested lists (tree)? Thanks!