1
0
Fork 0
mirror of https://github.com/elk-zone/elk.git synced 2025-05-07 07:44:48 +03:00

chore: upgrade vue-tsc

This commit is contained in:
Kevin 2023-03-20 23:45:02 +08:00
parent 0418d05753
commit c0561e7eed
No known key found for this signature in database
GPG key ID: 68D73816CD641CDB
3 changed files with 250 additions and 23 deletions
components/common

View file

@ -4,7 +4,7 @@ defineProps<{
hover?: boolean
}>()
const { modelValue } = defineModel<{
modelValue: boolean
modelValue?: boolean
}>()
</script>