fix: update loading

This commit is contained in:
Qiuxia Fan
2022-01-11 15:36:40 +08:00
parent d4dedecd1b
commit 51103ac6ae
8 changed files with 37 additions and 58 deletions

View File

@@ -20,6 +20,7 @@ import Selector from "./Selector.vue";
import Graph from "./Graph.vue";
import type { App } from "vue";
import VueGridLayout from "vue-grid-layout";
import { ElLoading } from "element-plus";
const components: { [key: string]: any } = {
Icon,
@@ -27,6 +28,7 @@ const components: { [key: string]: any } = {
VueGridLayout,
Selector,
Graph,
ElLoading,
};
const componentsName: string[] = Object.keys(components);