Skip to content

Commit dee528d

Browse files
📝 issue #557
1 parent 3678791 commit dee528d

9 files changed

+6296
-7
lines changed

README.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -171,13 +171,7 @@ The main difference is that `list` prop is updated by draggable component using
171171
#### options [deprecated]
172172
**Deprecated: use Sortable options as props; see [below section for more](#All-sortable-options)**
173173
174-
Type: `Object`<br>
175-
Required: `false`
176-
177-
Option used to initialize the sortable object see: [sortable option documentation](https://github.com/RubaXa/Sortable#options)<br>
178-
Note that all the method starting by "on" will be ignored as draggable component expose the same API via events.
179-
180-
As an example, a drag handle can be added using this binding `:options="{handle:'.handle'}"`. Read the linked documentation for other options available to you.
174+
[Legacy documentation](https://github.com/SortableJS/Vue.Draggable/blob/master/documentation/legacy.options.md)
181175
182176
#### All sortable options
183177
New in version 2.19

dist/demo.html

+10
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)