mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-18 12:05:24 +00:00
remove unuse codes
This commit is contained in:
parent
f6642c0dda
commit
5fadcaa210
@ -114,7 +114,7 @@ const props = defineProps({
|
|||||||
needQuery: { type: Boolean, default: false },
|
needQuery: { type: Boolean, default: false },
|
||||||
intervalTime: { type: Array as PropType<string[]>, default: () => [] },
|
intervalTime: { type: Array as PropType<string[]>, default: () => [] },
|
||||||
});
|
});
|
||||||
// const emit = defineEmits(["changeOpt"]);
|
|
||||||
const selectorStore = useSelectorStore();
|
const selectorStore = useSelectorStore();
|
||||||
const dashboardStore = useDashboardStore();
|
const dashboardStore = useDashboardStore();
|
||||||
const chartLoading = ref<boolean>(false);
|
const chartLoading = ref<boolean>(false);
|
||||||
|
Loading…
Reference in New Issue
Block a user