feat: update

This commit is contained in:
xiaoxian521
2021-10-31 13:42:51 +08:00
parent c819554e54
commit 594efc6204
13 changed files with 49 additions and 21 deletions

View File

@@ -38,7 +38,18 @@ import {
} from "element-plus";
// https://element-plus.org/zh-CN/component/icon.html
import { Check } from "@element-plus/icons";
import {
Check,
Menu,
HomeFilled,
SetUp,
Edit,
Setting,
Lollipop,
Link,
Position,
Histogram
} from "@element-plus/icons";
const components = [
ElTag,
@@ -75,7 +86,18 @@ const components = [
ElDescriptions,
ElDescriptionsItem,
ElBacktop,
Check
// icon
Check,
Menu,
HomeFilled,
SetUp,
Edit,
Setting,
Lollipop,
Link,
Position,
Histogram
];
const plugins = [ElLoading];