We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
vue 3.3
defineEmits
vue3.3 allow
const emit = defineEmits<{ foo: [id: number] bar: [name: string, ...rest: any[]] }>()
But the error 'vue/valid-define-emits' is still reported