feat: add mixed navigation mode; #102

新增:混合导航菜单模式;
This commit is contained in:
iczer
2020-08-31 12:23:56 +08:00
parent 002cf50440
commit 094935b758
10 changed files with 115 additions and 20 deletions

View File

@@ -73,5 +73,6 @@ function mergeI18nFromRoutes(i18n, routes) {
export {
initI18n,
mergeI18nFromRoutes
mergeI18nFromRoutes,
formatFullPath
}