Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix(menu): fix submenu parent item active status on mounted #3357

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

uyarn
Copy link
Collaborator

@uyarn uyarn commented Oct 12, 2024

🤔 这个 PR 的性质是?

  • 日常 bug 修复
  • 新特性提交
  • 文档改进
  • 演示代码改进
  • 组件样式/交互改进
  • CI/CD 改进
  • 重构
  • 代码风格优化
  • 测试用例
  • 分支合并
  • 其他

🔗 相关 Issue

💡 需求背景和解决方案

修复前
image
修复后
image

MenuItem 在初始化时会被加入vMenu的上下文中,由于此场景下,选中菜单在一开始并没有被初始化,所以需要手动加入vMenu

📝 更新日志

  • fix(Menu): 修复modepopup的多级菜单场景下,选中菜单项在叶子节点时父级菜单初始化没有正确展示高亮效果的缺陷

  • 本条 PR 不需要纳入 Changelog

☑️ 请求合并前的自查清单

⚠️ 请自检并全部勾选全部选项⚠️

  • 文档已补充或无须补充
  • 代码演示已提供或无须提供
  • TypeScript 定义已补充或无须补充
  • Changelog 已提供或无须提供

Copy link
Contributor

github-actions bot commented Oct 12, 2024

完成


export default defineComponent({
name: 'TSubmenu',
name: submenuName,
Copy link
Collaborator

@chaishi chaishi Oct 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里的名字改的我有点慌,曾经这里也写的是变量,但是打包后,失效了

然后有一次,就全部重新改成字符串了

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个地方还是字符串没变 是方便后面取该组件使用

break;
}
node = node?.parent;
}
const activeValue = menu?.activeValue.value;
if (activeValue !== props.value && mode.value === 'popup') {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里的代码板块理解过于复杂,建议定义单独的函数分别计算

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
⛔️ pending the issue won't be processed right now
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants