diff options
| author | taehoon <th.dev91@gmail.com> | 2019-04-04 00:00:21 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-04-17 11:32:49 -0400 |
| commit | 32035217b8e04b0f178409f0f1f49d54296ce80c (patch) | |
| tree | 0d9f3ad7d51d8ab060e9457cac9e16108d57a20c /src/components/selectable_list | |
| parent | 792ae1697e1a3710a6f12eb70a3c81b0318f9515 (diff) | |
clean up
Diffstat (limited to 'src/components/selectable_list')
| -rw-r--r-- | src/components/selectable_list/selectable_list.js | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/components/selectable_list/selectable_list.js b/src/components/selectable_list/selectable_list.js index 1fdd5a67..7856d725 100644 --- a/src/components/selectable_list/selectable_list.js +++ b/src/components/selectable_list/selectable_list.js @@ -6,16 +6,7 @@ const SelectableList = { List, Checkbox }, - props: { - items: { - type: Array, - default: () => [] - }, - getKey: { - type: Function, - default: item => item - } - }, + props: List.props, data () { return { selected: [] |
