From 32035217b8e04b0f178409f0f1f49d54296ce80c Mon Sep 17 00:00:00 2001 From: taehoon Date: Thu, 4 Apr 2019 00:00:21 -0400 Subject: clean up --- src/components/selectable_list/selectable_list.js | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'src/components/selectable_list/selectable_list.js') 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: [] -- cgit v1.2.3-70-g09d2