Skip to content

Commit 178a29c

Browse files
2 parents b17be99 + f0de7f0 commit 178a29c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[![Npm download](https://img.shields.io/npm/dt/vuedraggable.svg?maxAge=2592000)](https://www.npmjs.com/package/vuedraggable)
77
[![Npm version](https://img.shields.io/npm/v/vuedraggable.svg?maxAge=2592000)](https://www.npmjs.com/package/vuedraggable)
88
[![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/)
910
[![MIT License](https://img.shields.io/github/license/David-Desmaisons/Vue.Draggable.svg)](https://github.com/David-Desmaisons/Vue.Draggable/blob/master/LICENSE)
1011

1112

@@ -30,7 +31,7 @@ Based on and offering all features of [Sortable.js](https://github.com/RubaXa/So
3031

3132
Use draggable component:
3233

33-
Tipical use:
34+
Typical use:
3435
``` html
3536
<draggable :list="list" :options="{group:'people'}" @start="dragging=true" @end="dragging=false">
3637
<div v-for="element in list">{{element.name}}</div>

0 commit comments

Comments
 (0)