sagalbot / vue-sortable

A lightweight directive for reorderable drag-and-drop lists using RubaXa/Sortable
http://sagalbot.github.io/vue-sortable/
MIT License
721 stars 104 forks source link

Allow dynamic names #9

Open teodoriu opened 8 years ago

teodoriu commented 8 years ago

v-sortable="{'name':'name_'+dynamicVar,'options':{'filter':'.ignore-elements',onMove:onMove,onUpdate:onSortUpdate}}"