feat: guide page (#164)

* feat: add guide page

* perf: guide page
This commit is contained in:
一万
2021-12-27 10:51:25 +08:00
committed by GitHub
parent 5070568b89
commit 12db6966fb
9 changed files with 149 additions and 9 deletions

View File

@@ -115,7 +115,8 @@ import {
ArrowDown,
Close,
CloseBold,
Bell
Bell,
Guide
} from "@element-plus/icons-vue";
// Icon
@@ -134,7 +135,8 @@ export const iconComponents = [
ArrowDown,
Close,
CloseBold,
Bell
Bell,
Guide
];
export function useElementPlus(app: App) {

View File

@@ -44,6 +44,7 @@ export const menusConfig = {
permissionButton: "按钮权限",
hstabs: "标签页操作",
hsMenuTree: "菜单树结构",
hsguide: "引导页",
externalLink: "外链"
}
},
@@ -82,6 +83,7 @@ export const menusConfig = {
permissionButton: "Button Permission",
hstabs: "Tabs Operate",
hsMenuTree: "Menu Tree",
hsguide: "Guide",
externalLink: "External Link"
}
}