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) {