eliottvincent / vue3-sortablejs

↕️ Re-orderable drag-and-drop lists, via a Vue directive.
https://www.npmjs.com/package/vue3-sortablejs
17 stars 1 forks source link

How to do handle in Vue3 #5

Closed coisox closed 11 months ago

coisox commented 11 months ago

How to integrate this into Vue3? Where should I put it? new Sortable(example5, { handle: '.handle', // handle's class animation: 150 });

coisox commented 11 months ago

Got it: v-sortable="{options:{handle:'.handle'}}"