vueComponent / ant-design-vue

🌈 An enterprise-class UI components based on Ant Design and Vue. 🐜
https://antdv.com/
Other
20.29k stars 3.79k forks source link

a-flex #7922

Open TstName opened 2 weeks ago

TstName commented 2 weeks ago

What problem does this feature solve?

a-flex 能不能把事件加上,布局有了,事件加不上很难受

What does the proposed API look like?

<a-flex
align="center"
justify="space-between"
@Click="changeCurrent"
>
</a-flex>
selicens commented 2 weeks ago

这个是flex这个组件阻止了attribute透传,一般来说flex作为布局组件也用不上鼠标事件,需要看下有无必要阻止透传,临时可以在外面套个div来解决