refactor: theme

This commit is contained in:
xiaoxian521
2021-10-27 09:03:12 +08:00
parent 25c37bb2fa
commit fc4bfc35d7
12 changed files with 288 additions and 348 deletions

View File

@@ -37,6 +37,9 @@ import {
ElBacktop
} from "element-plus";
// https://element-plus.org/zh-CN/component/icon.html
import { Menu } from "@element-plus/icons";
const components = [
ElTag,
ElAffix,
@@ -71,7 +74,8 @@ const components = [
ElRadioGroup,
ElDescriptions,
ElDescriptionsItem,
ElBacktop
ElBacktop,
Menu
];
const plugins = [ElLoading];