-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
sub-menu组件popupClassName属性不生效 #3362
New issue
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
Comments
补充:在案例中,拆成单文件后,菜单的展开和收缩时的动画也没有了~ |
确实 拆成单文件后折叠动画没了。我还以为我写错了 |
动画的之前有人提过issue,回复说是快重构menu组件了,详见 |
|
我就是回复下点错了点了关闭了, 抱歉 |
动画和这个issue 没关系 动画问题 尝试降级 vue 到 3.0.3 试试 |
行,我回头试试,哪个sub-menu的popupClassName能麻烦帮忙确认下么?如果确认是我自己的问题我好关下这个issue |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Version
2.0.0-rc.4
Environment
mac Os BigSur 11.0.1/ chrome 87.0.4280.88(正式版本) (x86_64)/ vue 3.0.4
Reproduction link
Steps to reproduce
sub-menu设置popupClassName后,对应的样式没有生效。
What is expected?
popupClassName能正常生效
What is actually happening?
简单的调试了一下,发现在组件内部,合并后的popupClassName为popupClassName: "ant-menu-dark test-class"
但实际在页面上并没有加载test-class样式。只有ant-menu-dark样式
The text was updated successfully, but these errors were encountered: