Skip to content

Commit

Permalink
chore: fix demo prop type error
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfred-Skyblue authored Jan 5, 2024
1 parent b364bb5 commit 65fd405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__docs__/handle/demo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="flex justify-between">
<VueDraggable
v-model="list"
animation="150"
:animation="150"
handle=".handle"
class="flex flex-col gap-2 p-4 w-300px bg-gray-500/5 rounded"
>
Expand Down

0 comments on commit 65fd405

Please sign in to comment.