clean up
This commit is contained in:
parent
792ae1697e
commit
32035217b8
4 changed files with 8 additions and 17 deletions
|
@ -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: []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue