Skip to content

Commit d122d89

Browse files
Merge pull request #29 from tangjian1891/main
chore:remove duplicate definition in props
2 parents 2771f0f + 5de54a0 commit d122d89

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/__docs__/transition/demo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="flex justify-between">
55
<VueDraggable
66
v-model="list"
7-
class="flex flex-col gap-2 p-4 w-300px bg-gray-500/5 rounded h-300px overflow-auto"
7+
class="flex flex-col gap-2 p-4 w-300px bg-gray-500/5 rounded"
88
target=".sort-target"
99
:scroll="true"
1010
>

src/component.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ const emits = [
3434
] as const
3535

3636
const props = [
37-
'onUpdate',
38-
'onStart',
39-
'onAdd',
40-
'onRemove',
4137
'animation',
4238
'ghostClass',
4339
'group',

0 commit comments

Comments
 (0)