mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 11:21:29 +00:00
feat: create image, intstance list, endpoint list
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user