修正事件名字

pull/1583/head
lyswhut 2023-09-03 17:29:43 +08:00
parent 150342f699
commit 3381ad0e0e
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ const props = defineProps({
},
})
const emit = defineEmits(['update:modelValue'])
const emit = defineEmits(['update:model-value'])
const router = useRouter()
const route = useRoute()