Skip to content

Commit 657b4ac

Browse files
Update README.md
1 parent 238c077 commit 657b4ac

File tree

1 file changed

+4
-28
lines changed

1 file changed

+4
-28
lines changed

README.md

Lines changed: 4 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ Based on and offering all features of [Sortable.js](https://github.com/RubaXa/So
1818

1919
![demo gif](https://raw.githubusercontent.com/SortableJS/Vue.Draggable/master/example.gif)
2020

21-
## Live Demo
21+
## Live Demos
22+
23+
https://sortablejs.github.io/Vue.Draggable/
2224

2325
https://david-desmaisons.github.io/draggable-example/
2426

@@ -318,7 +320,7 @@ Ex:
318320
319321
#### Footer
320322
Use the `footer` slot to add none-draggable element inside the vuedraggable component.
321-
Important: it should be used in conjunction with draggable option to tag draggable element.
323+
Important: it should be used in conjunction with draggable option to tag draggable elements.
322324
Note that footer slot will always be added after the default slot regardless its position in the template.
323325
Ex:
324326
@@ -330,32 +332,6 @@ Ex:
330332
<button slot="footer" @click="addPeople">Add</button>
331333
</draggable>
332334
```
333-
334-
### Gotchas
335-
- Drag operation with empty list:
336-
337-
To be able to drag items on an empty draggable component, set a min-height greater than 0 on the `draggable` component or the `transition-group` if any and ensure the transition group has display: block; otherwise height won't work.
338-
339-
### Fiddle
340-
341-
- Simple:
342-
https://jsfiddle.net/dede89/sqssmhtz/
343-
344-
- Two Lists:
345-
https://jsfiddle.net/dede89/32ao2rpm/
346-
347-
- Example with list clone:
348-
https://jsfiddle.net/dede89/t3m5krea/
349-
350-
- Example with transition-group:
351-
https://jsfiddle.net/dede89/m2v0orcn/
352-
353-
- Example with table:
354-
https://jsfiddle.net/dede89/L54yu3L9/
355-
356-
- Example with remove button
357-
on list elements
358-
https://jsfiddle.net/dede89/5Leuhh1n/
359335
360336
### Full demo example
361337

0 commit comments

Comments
 (0)