perf: dict perfect

This commit is contained in:
xiaoxian521
2021-05-05 18:01:21 +08:00
parent 105409a278
commit c10e38cdf2
8 changed files with 254 additions and 27 deletions

View File

@@ -26,6 +26,8 @@ import {
ElPopover,
ElPopper,
ElTooltip,
ElDrawer,
ElPagination,
} from "element-plus";
const components = [
@@ -54,6 +56,8 @@ const components = [
ElPopover,
ElPopper,
ElTooltip,
ElDrawer,
ElPagination,
];
const plugins = [ElLoading];