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.
1 parent b2820d4 commit 52ad5c7Copy full SHA for 52ad5c7
README.md
@@ -31,7 +31,7 @@ Based on and offering all features of [Sortable.js](https://github.com/RubaXa/So
31
32
Use draggable component:
33
34
-Tipical use:
+Typical use:
35
``` html
36
<draggable :list="list" :options="{group:'people'}" @start="dragging=true" @end="dragging=false">
37
<div v-for="element in list">{{element.name}}</div>
0 commit comments