Replies: 1 comment
-
This issue will be fixed with https://github.com/vuejs/devtools/pull/2051 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there. First of all, thanks for the beloved extension!
I want to discuss the way
defineEmits
should be declared.According to Vue docs, it should look like
defineEmits(['update:modelValue'])
. But when you do so, devtools show warning:Switching to
defineEmits(['update:model-value'])
helps to eliminate this warning, but the fact that it goes against default documented approach cab be confusing, especially to people how are new to Vue.Beta Was this translation helpful? Give feedback.
All reactions