From 5a813f3b28f3cbf1db3a3657ccf83267c6e0d315 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期四, 24 十月 2024 11:22:02 +0800 Subject: [PATCH] 工艺路线相关优化 --- src/components/Application/src/AppLocalePicker.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/Application/src/AppLocalePicker.vue b/src/components/Application/src/AppLocalePicker.vue index 51852f3..f44a2f7 100644 --- a/src/components/Application/src/AppLocalePicker.vue +++ b/src/components/Application/src/AppLocalePicker.vue @@ -18,13 +18,13 @@ </Dropdown> </template> <script lang="ts" setup> - import type { LocaleType } from '/#/config'; - import type { DropMenu } from '/@/components/Dropdown'; + import type { LocaleType } from '#/config'; + import type { DropMenu } from '@/components/Dropdown'; import { ref, watchEffect, unref, computed } from 'vue'; - import { Dropdown } from '/@/components/Dropdown'; + import { Dropdown } from '@/components/Dropdown'; import Icon from '@/components/Icon/Icon.vue'; - import { useLocale } from '/@/locales/useLocale'; - import { localeList } from '/@/settings/localeSetting'; + import { useLocale } from '@/locales/useLocale'; + import { localeList } from '@/settings/localeSetting'; const props = defineProps({ /** -- Gitblit v1.9.3