Skip to content

Commit 939ea62

Browse files
WIP
1 parent 3837ef0 commit 939ea62

14 files changed

+5383
-431
lines changed

dist/demo.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<meta charset="utf-8">
2+
<title>vuedraggable demo</title>
3+
<script src="./vuedraggable.umd.js"></script>
4+
5+
<link rel="stylesheet" href="./vuedraggable.css">
6+
7+
8+
<script>
9+
console.log(vuedraggable)
10+
</script>

0 commit comments

Comments
 (0)