feat: add headerNotice

This commit is contained in:
lrl
2021-11-15 23:19:00 +08:00
parent aa8005a982
commit bcf533af62
8 changed files with 238 additions and 4 deletions

View File

@@ -36,7 +36,12 @@ import {
ElDescriptions,
ElDescriptionsItem,
ElBacktop,
ElSwitch
ElSwitch,
ElBadge,
ElTabs,
ElTabPane,
ElAvatar,
ElEmpty
} from "element-plus";
// https://element-plus.org/zh-CN/component/icon.html
@@ -54,7 +59,8 @@ import {
RefreshRight,
ArrowDown,
Close,
CloseBold
CloseBold,
Bell
} from "@element-plus/icons";
const components = [
@@ -93,7 +99,12 @@ const components = [
ElDescriptions,
ElDescriptionsItem,
ElBacktop,
ElSwitch
ElSwitch,
ElBadge,
ElTabs,
ElTabPane,
ElAvatar,
ElEmpty
];
// icon
export const iconComponents = [
@@ -110,7 +121,8 @@ export const iconComponents = [
RefreshRight,
ArrowDown,
Close,
CloseBold
CloseBold,
Bell
];
const plugins = [ElLoading];