File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 6
6
[ ![ Npm download] ( https://img.shields.io/npm/dt/vuedraggable.svg?maxAge=2592000 )] ( https://www.npmjs.com/package/vuedraggable )
7
7
[ ![ Npm version] ( https://img.shields.io/npm/v/vuedraggable.svg?maxAge=2592000 )] ( https://www.npmjs.com/package/vuedraggable )
8
8
[ ![ Package Quality] ( http://npm.packagequality.com/shield/vuedragablefor.svg )] ( http://packagequality.com/#?package=vuedraggable )
9
+ [ ![ vue2] ( https://img.shields.io/badge/vue-2.x-brightgreen.svg )] ( https://vuejs.org/ )
9
10
[ ![ MIT License] ( https://img.shields.io/github/license/David-Desmaisons/Vue.Draggable.svg )] ( https://github.com/David-Desmaisons/Vue.Draggable/blob/master/LICENSE )
10
11
11
12
@@ -30,7 +31,7 @@ Based on and offering all features of [Sortable.js](https://github.com/RubaXa/So
30
31
31
32
Use draggable component:
32
33
33
- Tipical use:
34
+ Typical use:
34
35
``` html
35
36
<draggable :list =" list" :options =" {group:'people'}" @start =" dragging=true" @end =" dragging=false" >
36
37
<div v-for =" element in list" >{{element.name}}</div >
You can’t perform that action at this time.
0 commit comments