From f36e5c3d3cf4747b6e0d39897db89ca81eafa071 Mon Sep 17 00:00:00 2001 From: yangsy Date: Mon, 13 Apr 2026 11:02:36 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=E6=9C=AA?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E7=9A=84=20NCard=20=E5=AF=BC=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../device/device-card/ndm-server/server-high-available.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/device/device-card/ndm-server/server-high-available.vue b/src/components/device/device-card/ndm-server/server-high-available.vue index 41aa391..5bbd388 100644 --- a/src/components/device/device-card/ndm-server/server-high-available.vue +++ b/src/components/device/device-card/ndm-server/server-high-available.vue @@ -3,7 +3,7 @@ import { getHighAvailableApi, type NdmServerResultVO, type Station } from '@/api import { DEVICE_TYPE_LITERALS, tryGetDeviceType } from '@/enums'; import { useSettingStore } from '@/stores'; import { useQuery, useQueryClient } from '@tanstack/vue-query'; -import { NAlert, NCard, NFlex } from 'naive-ui'; +import { NAlert, NFlex } from 'naive-ui'; import { storeToRefs } from 'pinia'; import { computed, toRefs, watch } from 'vue';