diff options
| author | taehoon <th.dev91@gmail.com> | 2019-04-03 23:54:14 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-04-17 11:32:49 -0400 |
| commit | 792ae1697e1a3710a6f12eb70a3c81b0318f9515 (patch) | |
| tree | 799cddc772eca34bc1394278aa931bd50f61000e /src/components/selectable_list/selectable_list.js | |
| parent | d806038ad3e78314610e1d0b496c19e0ccb40a0f (diff) | |
refactor selectable-list using list component
Diffstat (limited to 'src/components/selectable_list/selectable_list.js')
| -rw-r--r-- | src/components/selectable_list/selectable_list.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/selectable_list/selectable_list.js b/src/components/selectable_list/selectable_list.js index 7a724144..1fdd5a67 100644 --- a/src/components/selectable_list/selectable_list.js +++ b/src/components/selectable_list/selectable_list.js @@ -1,7 +1,9 @@ +import List from '../list/list.vue' import Checkbox from '../checkbox/checkbox.js' const SelectableList = { components: { + List, Checkbox }, props: { |
