fix selects
This commit is contained in:
parent
4cb14c257c
commit
7a17eb7fec
2 changed files with 4 additions and 8 deletions
|
@ -8,12 +8,9 @@ library.add(
|
|||
)
|
||||
|
||||
export default {
|
||||
model: {
|
||||
prop: 'value',
|
||||
event: 'change'
|
||||
},
|
||||
emits: ['update:modelValue'],
|
||||
props: [
|
||||
'value',
|
||||
'modelValue',
|
||||
'disabled',
|
||||
'unstyled',
|
||||
'kind'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue