refactor selectable-list using list component
This commit is contained in:
parent
d806038ad3
commit
792ae1697e
3 changed files with 16 additions and 24 deletions
|
@ -1,7 +1,9 @@
|
|||
import List from '../list/list.vue'
|
||||
import Checkbox from '../checkbox/checkbox.js'
|
||||
|
||||
const SelectableList = {
|
||||
components: {
|
||||
List,
|
||||
Checkbox
|
||||
},
|
||||
props: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue