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
Vben Admin V5
代码如图 正常效果应该是 但是实际效果是 中间添加hideChildrenInMenu的这一层被忽略掉了
直接使用playground下的层级导航,并修改路由如下即可复现
{ name: 'BreadcrumbLevelDemo', path: '/demos/breadcrumb/level', meta: { hideChildrenInMenu: true, icon: 'lucide:navigation', title: $t('demos.breadcrumb.level'), }, children: [ { name: 'BreadcrumbLevelDetailDemo', path: '/demos/breadcrumb/level/detail', component: () => import('#/views/demos/breadcrumb/level-detail.vue'), meta: { title: $t('demos.breadcrumb.levelDetail'), }, }, { name: 'BreadcrumbLevelDetailDemo1', path: '/demos/breadcrumb/level/detail1', component: () => import('#/views/demos/breadcrumb/level-detail.vue'), meta: { title: '123', }, }, ], },
/
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
Vben Admin V5
Describe the bug?
代码如图
正常效果应该是
但是实际效果是
中间添加hideChildrenInMenu的这一层被忽略掉了
Reproduction
直接使用playground下的层级导航,并修改路由如下即可复现
System Info
Relevant log output
No response
Validations
The text was updated successfully, but these errors were encountered: