You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is intended behavior because by default the emits get inherited by the child. You should either remove the @fun in App.vue or add inheritAttrs: false to HelloWorld.vue
Vue version
vue3
Link to minimal reproduction
https://codesandbox.io/s/romantic-shannon-0qnp0t?file=/src/components/HelloWordInner.vue
Steps to reproduce
open link --> click button
What is expected?
do not log 'app,func' on console
What is actually happening?
log 'app,func' on console
System Info
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: