We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe73e01 commit 725c98dCopy full SHA for 725c98d
bower.json
@@ -25,6 +25,6 @@
25
],
26
"dependencies": {
27
"vue": "^2.0.2",
28
- "Sortable": "^1.7.0"
+ "Sortable": "^1.6.0"
29
}
30
examples/Component2.html
@@ -30,7 +30,7 @@
</v-app>
31
</div>
32
33
- <script type="text/javascript" src="libs\vue\dist\vue.2.5.13.js"></script>
+ <script type="text/javascript" src="vue\vue.js"></script>
34
<script type="text/javascript" src="vuetify\vuetify.js"></script>
35
<script type="text/javascript" src="libs\Sortable\Sortable.js"></script>
36
<script type="text/javascript" src="src\vuedraggable.js"></script>
0 commit comments