use SelectableList for blocks/mutes list
This commit is contained in:
parent
23b9d1eaa3
commit
d9b3f5be47
3 changed files with 23 additions and 12 deletions
|
@ -4,12 +4,11 @@ const SelectableList = {
|
|||
components: {
|
||||
Checkbox
|
||||
},
|
||||
props: ['checked'],
|
||||
data () {
|
||||
},
|
||||
computed: {
|
||||
},
|
||||
methods: {
|
||||
props: {
|
||||
items: {
|
||||
type: Array,
|
||||
default: () => []
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue