-
-
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.
Version
2.1.1
Environment
vue3 vite2.1.5
Reproduction link
https://vuecomponent.github.io/issue-helper
Steps to reproduce
<a-menu
mode="inline"
class="Sidebar-menu"
:inline-collapsed="collapsed"
:selectedKeys="[route.path]"
:openKeys="openKeys"
@click="menuItemClick"
@openchange="onOpenChange"
What is expected?
menu组件click事件回调的key值异常
What is actually happening?
menu组件click事件回调的key值异常
menu组件click事件回调的key值异常