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 492db4a commit c706aacCopy full SHA for c706aac
examples/src/simple-list.jsx
@@ -2,8 +2,7 @@ import React from 'react';
2
import Sortable from 'react-sortablejs';
3
4
const sortableOptions = {
5
- ref: 'list',
6
- model: 'items'
+ ref: 'list'
7
};
8
9
@Sortable(sortableOptions)
0 commit comments