feat: create image, intstance list, endpoint list

This commit is contained in:
Qiuxia Fan
2022-01-04 15:57:15 +08:00
parent 5ac55b5e09
commit 51932ca877
13 changed files with 259 additions and 10 deletions

View File

@@ -26,7 +26,7 @@ import {
} from "vue";
import type { PropType } from "vue";
import * as echarts from "echarts";
// eslint-disable-next-line no-undef
/*global Nullable*/
const dom = ref<Nullable<HTMLElement>>(null);
const state = reactive<{ instanceChart: any }>({
instanceChart: null,