-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
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>
sunnyhoo123