From 3e1e1479793f46e2293263ac8f4e69098951f192 Mon Sep 17 00:00:00 2001 From: dhb52 Date: Tue, 11 Jun 2024 16:00:07 +0800 Subject: [PATCH] =?UTF-8?q?feat(sj=5F1.1.0):=20NamespaceSelect=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=20tooltip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/namespace-select/index.vue | 24 +++++++++++++------ src/locales/langs/zh-cn.ts | 2 +- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/src/layouts/modules/namespace-select/index.vue b/src/layouts/modules/namespace-select/index.vue index fc60cfc..2c8b2aa 100644 --- a/src/layouts/modules/namespace-select/index.vue +++ b/src/layouts/modules/namespace-select/index.vue @@ -6,6 +6,10 @@ import { localStg } from '@/utils/storage'; import { useAppStore } from '@/store/modules/app'; import { useAuthStore } from '@/store/modules/auth'; +defineOptions({ + name: 'NamespaceSelect' +}); + const router = useRouter(); const appStore = useAppStore(); const authStore = useAuthStore(); @@ -37,13 +41,19 @@ const onChange = (value: string) => { - +