We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
组件版本号: @ant-desingn-vue/[email protected]
代码: <pro-layout :openOnceKey="false">
<pro-layout :openOnceKey="false">
结果: 左侧菜单无法折叠,需要多次点击才行。
猜测原因: 原因在于内部组件BaseMenu.jsx 中的 updateMenu方法没有做去重校验,导致路径重复添加,所以openKeys存在重复的路径,导致父菜单需要点击多次才能折叠。
希望能够之点击一次就能折叠。
内部实现:
希望做的功能: 这个地方需要做去重判断
The text was updated successfully, but these errors were encountered:
@sendya @aibayanyu20 大佬有空看看吗?
Sorry, something went wrong.
已经没维护了
No branches or pull requests
🐛 Bug 描述 Bug description
组件版本号:
@ant-desingn-vue/[email protected]
代码:
<pro-layout :openOnceKey="false">
结果:
左侧菜单无法折叠,需要多次点击才行。
猜测原因:
原因在于内部组件BaseMenu.jsx 中的 updateMenu方法没有做去重校验,导致路径重复添加,所以openKeys存在重复的路径,导致父菜单需要点击多次才能折叠。
🏞 期望结果 Desired result
希望能够之点击一次就能折叠。
🚑 其他信息 Other information
内部实现:

希望做的功能:

这个地方需要做去重判断
The text was updated successfully, but these errors were encountered: