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) => { - +