fix selects

This commit is contained in:
Henry Jameson 2022-03-21 22:00:25 +02:00
parent 4cb14c257c
commit 7a17eb7fec
2 changed files with 4 additions and 8 deletions

View file

@ -8,12 +8,9 @@ library.add(
)
export default {
model: {
prop: 'value',
event: 'change'
},
emits: ['update:modelValue'],
props: [
'value',
'modelValue',
'disabled',
'unstyled',
'kind'