Skip to content

Commit be25aa5

Browse files
2 parents cf1ce96 + 4b32d76 commit be25aa5

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,4 +258,15 @@ https://jsfiddle.net/dede89/L54yu3L9/
258258
259259
- #### For `<script>` Include
260260
261-
Just include `Sortable.min.js` and `vuedraggable.min.js` after Vue.<br>
261+
```HTML
262+
263+
<!-- CDNJS :: Vue (https://cdnjs.com/) -->
264+
<script src="//cdnjs.cloudflare.com/ajax/libs/vue/2.3.4/vue.min.js"></script>
265+
266+
<!-- CDNJS :: Sortable (https://cdnjs.com/) -->
267+
<script src="//cdnjs.cloudflare.com/ajax/libs/Sortable/1.6.0/Sortable.min.js"></script>
268+
269+
<!-- CDNJS :: Vue.Draggable (https://cdnjs.com/) -->
270+
<script src="//cdnjs.cloudflare.com/ajax/libs/Vue.Draggable/2.12.0/vuedraggable.min.js"></script>
271+
272+
```

0 commit comments

Comments
 (0)