Skip to content

Commit 159667d

Browse files
2 parents caab7cc + 924dbf5 commit 159667d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<h1 align="center">Vue.Draggable</h1>
33

44
[![GitHub open issues](https://img.shields.io/github/issues/SortableJS/Vue.Draggable.svg?maxAge=2592000)](https://github.com/SortableJS/Vue.Draggable/issues?q=is%3Aopen+is%3Aissue)
5-
[![npm download](https://img.shields.io/npm/dt/vuedraggable.svg?maxAge=2592000)](https://www.npmjs.com/package/vuedraggable)
5+
[![npm download](https://img.shields.io/npm/dt/vuedraggable.svg?maxAge=30)](https://www.npmjs.com/package/vuedraggable)
66
[![npm download per month](https://img.shields.io/npm/dm/vuedraggable.svg)](https://www.npmjs.com/package/vuedraggable)
7-
[![npm version](https://img.shields.io/npm/v/vuedraggable.svg?maxAge=2592000)](https://www.npmjs.com/package/vuedraggable)
7+
[![npm version](https://img.shields.io/npm/v/vuedraggable.svg?maxAge=30)](https://www.npmjs.com/package/vuedraggable)
88
[![Package Quality](http://npm.packagequality.com/shield/vuedragablefor.svg)](http://packagequality.com/#?package=vuedraggable)
99
[![vue2](https://img.shields.io/badge/vue-2.x-brightgreen.svg)](https://vuejs.org/)
1010
[![MIT License](https://img.shields.io/github/license/SortableJS/Vue.Draggable.svg)](https://github.com/SortableJS/Vue.Draggable/blob/master/LICENSE)
@@ -63,7 +63,7 @@ npm i -S vuedraggable
6363
<!-- CDNJS :: Sortable (https://cdnjs.com/) -->
6464
<script src="//cdn.jsdelivr.net/npm/[email protected]/Sortable.min.js"></script>
6565
<!-- CDNJS :: Vue.Draggable (https://cdnjs.com/) -->
66-
<script src="//cdnjs.cloudflare.com/ajax/libs/Vue.Draggable/2.15.0/vuedraggable.min.js"></script>
66+
<script src="//cdnjs.cloudflare.com/ajax/libs/Vue.Draggable/2.17.0/vuedraggable.min.js"></script>
6767

6868
```
6969

@@ -299,6 +299,8 @@ HTML:
299299
300300
### Slots
301301
302+
Limitation: neither header or footer slot works in conjunction with transition-group.
303+
302304
#### Header
303305
Use the `header` slot to add none-draggable element inside the vuedraggable component.
304306
Important: it should be used in conjunction with draggable option to tag draggable element.

0 commit comments

Comments
 (0)