Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
Sam Zeng authored Sep 28, 2020
1 parent 2fd91d6 commit 40b2def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Draggable component should directly wrap the draggable elements, or a `transitio
```
### With header slot:
``` html
<draggable v-model="myArray" draggable=".item'">
<draggable v-model="myArray" draggable=".item">
<div v-for="element in myArray" :key="element.id" class="item">
{{element.name}}
</div>
Expand Down

0 comments on commit 40b2def

Please sign in to comment.