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
Can get the close event via an useAttrs in Button.vue
What is actually happening?
If I use @close in App.vue and declare close as emit's name in Button.vue it can't get close property via useAttrs. But if I declare onClose as emit's name in Button.vue it can get onClose property via useAttrs, but the emit doesn't work.
The text was updated successfully, but these errors were encountered:
Version
3.2.24
Reproduction link
sfc.vuejs.org/
What is expected?
Can get the close event via an useAttrs in Button.vue
What is actually happening?
If I use @close in App.vue and declare close as emit's name in Button.vue it can't get close property via useAttrs. But if I declare onClose as emit's name in Button.vue it can get onClose property via useAttrs, but the emit doesn't work.
The text was updated successfully, but these errors were encountered: