This repository was archived by the owner on Dec 25, 2024. It is now read-only.
This repository was archived by the owner on Dec 25, 2024. It is now read-only.
typescript: defineProps and defineEmits not co-op in type checking #31
Closed
Description
Hi!
I'm using plugin v0.5.4 in Nuxt. with simple component use both defineProps
and defineEmits
i see type checking report error:
normal, when only use defineProps
component checking ok:
when add defineEmis
, all props reference in template lost:
This error only happend with type checking, runtime still work.
Thankyou!
Metadata
Metadata
Assignees
Labels
No labels