Skip to content

Commit 61a9645

Browse files
authored
README: fix GIF link
1 parent 7a13951 commit 61a9645

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# SortableJS-vue3
22

33
[Demo](https://sortablejs-vue3.maxleiter.com)
4-
[!GIF of the demo being used](/readme/demo.gif)
4+
5+
![GIF of the demo being used](./readme/demo.gif)
56

67
This is a thin wrapper around the great [SortableJS](https://github.com/SortableJS/Sortable) library. I had many issues migrating from Vue.Draggable to vue.draggable.next, and after briefly investigating I decided that it was too complicated and a smaller solution was the answer. This wrapper tries to keep you as close to Sortable as possible (wrapper libaries seem to re-implement or unnecessarily wrap a lot of code).
78

0 commit comments

Comments
 (0)