We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2771f0f + 5de54a0 commit d122d89Copy full SHA for d122d89
src/__docs__/transition/demo.vue
@@ -4,7 +4,7 @@
4
<div class="flex justify-between">
5
<VueDraggable
6
v-model="list"
7
- class="flex flex-col gap-2 p-4 w-300px bg-gray-500/5 rounded h-300px overflow-auto"
+ class="flex flex-col gap-2 p-4 w-300px bg-gray-500/5 rounded"
8
target=".sort-target"
9
:scroll="true"
10
>
src/component.ts
@@ -34,10 +34,6 @@ const emits = [
34
] as const
35
36
const props = [
37
- 'onUpdate',
38
- 'onStart',
39
- 'onAdd',
40
- 'onRemove',
41
'animation',
42
'ghostClass',
43
'group',
0 commit comments