use SelectableList for blocks/mutes list

This commit is contained in:
taehoon 2019-04-03 22:48:00 -04:00
parent 23b9d1eaa3
commit d9b3f5be47
3 changed files with 23 additions and 12 deletions

View file

@ -4,12 +4,11 @@ const SelectableList = {
components: {
Checkbox
},
props: ['checked'],
data () {
},
computed: {
},
methods: {
props: {
items: {
type: Array,
default: () => []
}
}
}