chore: update all deps (#1976)
This commit is contained in:
parent
3acf87d5b6
commit
189d358b2a
20 changed files with 1730 additions and 2078 deletions
|
@ -48,7 +48,7 @@ const emit = defineEmits<{
|
|||
(event: 'close',): void
|
||||
}>()
|
||||
|
||||
const { modelValue: visible } = defineModel<{
|
||||
const { modelValue: visible } = defineModels<{
|
||||
/** v-model dislog visibility */
|
||||
modelValue: boolean
|
||||
}>()
|
||||
|
|
|
@ -14,7 +14,7 @@ const emit = defineEmits<{
|
|||
(event: 'close'): void
|
||||
}>()
|
||||
|
||||
const { modelValue } = defineModel<{
|
||||
const { modelValue } = defineModels<{
|
||||
modelValue: number
|
||||
}>()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue