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
我目前使用的是稳定版fantastic-admin.v4.0.3的,目前出现的样式如下: 代码如下: { meta: { title: '账户管理', icon: 'uim:box', }, children: [ MockExample, PermissionExample, ], }, 想要的样式结果:一级顶部导航栏下 可以允许出现多个二级菜单
The text was updated successfully, but these errors were encountered:
对于children的引用模块 都是使用咱们官方的模块
Sorry, something went wrong.
v4.1.0 里已修复
No branches or pull requests
我目前使用的是稳定版fantastic-admin.v4.0.3的,目前出现的样式如下:
代码如下:
{
meta: {
title: '账户管理',
icon: 'uim:box',
},
children: [
MockExample,
PermissionExample,
],
},
想要的样式结果:一级顶部导航栏下 可以允许出现多个二级菜单
The text was updated successfully, but these errors were encountered: