Skip to content

Commit 46c8755

Browse files
Update README.md
1 parent 1085d38 commit 46c8755

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -176,11 +176,6 @@ Alternative to the `value` prop, list is an array to be synchronized with drag-a
176176
The main difference is that `list` prop is updated by draggable component using splice method, whereas `value` is immutable.<br>
177177
**Do not use in conjunction with value prop.**
178178
179-
#### options [deprecated]
180-
**Deprecated: use Sortable options as props; see [below section for more](#All-sortable-options)**
181-
182-
[Legacy documentation](https://github.com/SortableJS/Vue.Draggable/blob/master/documentation/legacy.options.md)
183-
184179
#### All sortable options
185180
New in version 2.19
186181
@@ -204,10 +199,6 @@ Example setting handle, sortable and a group option:
204199
</draggable>
205200
```
206201
207-
#### element
208-
209-
**Deprecated as it has been renamed [tag](#tag)**
210-
211202
#### tag
212203
Type: `String`<br>
213204
Default: `'div'`

0 commit comments

Comments
 (0)