update to Vue 3.3
This commit is contained in:
@@ -8,7 +8,7 @@ const props = defineProps<{
|
||||
}>()
|
||||
|
||||
const emit = defineEmits<{
|
||||
(e: 'goToNote'): void
|
||||
goToNote: []
|
||||
}>()
|
||||
</script>
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user