refactor selectable-list using list component

This commit is contained in:
taehoon 2019-04-03 23:54:14 -04:00
parent d806038ad3
commit 792ae1697e
3 changed files with 16 additions and 24 deletions

View file

@ -1,7 +1,9 @@
import List from '../list/list.vue'
import Checkbox from '../checkbox/checkbox.js'
const SelectableList = {
components: {
List,
Checkbox
},
props: {