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 1a6b6e5 commit b0ad997Copy full SHA for b0ad997
README.md
@@ -1,7 +1,7 @@
1
-# Vue.Dragable.For
2
-Vue directive for lists allowing drag-and-drop sorting in sync with View-Model. Based on [Sortable.js](https://github.com/RubaXa/Sortable)
3
-
4
5
-#Example
6
7
-https://jsfiddle.net/dede89/j62g58z7/
+# Vue.Dragable.For
+Vue directive for lists allowing drag-and-drop sorting in sync with View-Model. Based on [Sortable.js](https://github.com/RubaXa/Sortable)
+
+#Example
+https://jsfiddle.net/dede89/j62g58z7/
bower.json
@@ -20,7 +20,8 @@
20
"tests",
21
"examples",
22
"*.json",
23
- "*.md"
+ "*.md",
24
+ "gulpfile.js"
25
],
26
"dependencies": {
27
"vue": "^1.0.25",
0 commit comments