Subscribe on changes!

SFC useAttrs can't get events except click

avatar
Dec 10th 2021

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.

avatar
Dec 10th 2021

Please search existing issues before opening new ones and 🙏