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
路由不定义“/”根号无法加载子菜单 想把/换成user 作为用户后台来使用 但是无法使用 不定义 “/” 无法显示子菜单
The text was updated successfully, but these errors were encountered:
路由必须按绝对配置,比如 /xx
Sorry, something went wrong.
子路由可以是数组,你完全可以
{ path: "/", name: "index", children: [ { path: "/user", name:"user" }, { path: "/admins", name:"admins" }, ] }
No branches or pull requests
🧐 问题描述 Problem Description
路由不定义“/”根号无法加载子菜单
想把/换成user 作为用户后台来使用 但是无法使用 不定义 “/” 无法显示子菜单
💻 示例代码 Sample code
🚑 其他信息 Other information
The text was updated successfully, but these errors were encountered: