fix: type

This commit is contained in:
Fine 2024-04-12 12:47:22 +08:00
parent 0f3de1bb03
commit 3d5cc1310e

View File

@ -163,6 +163,7 @@ limitations under the License. -->
import type { Option } from "@/types/app"; import type { Option } from "@/types/app";
import { useQueryTopologyExpressionsProcessor } from "@/hooks/useExpressionsProcessor"; import { useQueryTopologyExpressionsProcessor } from "@/hooks/useExpressionsProcessor";
import type { DashboardItem, MetricConfigOpt } from "@/types/dashboard"; import type { DashboardItem, MetricConfigOpt } from "@/types/dashboard";
import type { Node } from "@/types/topology";
import Metrics from "./Metrics.vue"; import Metrics from "./Metrics.vue";
/*global defineEmits */ /*global defineEmits */