Closed coisox closed 11 months ago
How to integrate this into Vue3? Where should I put it? new Sortable(example5, { handle: '.handle', // handle's class animation: 150 });
new Sortable(example5, { handle: '.handle', // handle's class animation: 150 });
Got it: v-sortable="{options:{handle:'.handle'}}"
v-sortable="{options:{handle:'.handle'}}"
How to integrate this into Vue3? Where should I put it?
new Sortable(example5, { handle: '.handle', // handle's class animation: 150 });