Skip to content

Commit

Permalink
📝 issue #557
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Desmaisons committed Mar 5, 2019
1 parent 3678791 commit dee528d
Show file tree
Hide file tree
Showing 9 changed files with 6,296 additions and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,13 +171,7 @@ The main difference is that `list` prop is updated by draggable component using
#### options [deprecated]
**Deprecated: use Sortable options as props; see [below section for more](#All-sortable-options)**
Type: `Object`<br>
Required: `false`
Option used to initialize the sortable object see: [sortable option documentation](https://github.com/RubaXa/Sortable#options)<br>
Note that all the method starting by "on" will be ignored as draggable component expose the same API via events.
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.
[Legacy documentation](https://github.com/SortableJS/Vue.Draggable/blob/master/documentation/legacy.options.md)
#### All sortable options
New in version 2.19
Expand Down
10 changes: 10 additions & 0 deletions dist/demo.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<meta charset="utf-8">
<title>vuedraggable demo</title>
<script src="./vuedraggable.umd.js"></script>

<link rel="stylesheet" href="./vuedraggable.css">


<script>
console.log(vuedraggable)
</script>
Loading

0 comments on commit dee528d

Please sign in to comment.