From f96d4ed77603ca1f908dcdc4a51bd2ce2178d10c Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期三, 19 六月 2024 10:10:58 +0800 Subject: [PATCH] 登录logo,其他 --- src/components/Time/index.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/Time/index.ts b/src/components/Time/index.ts index 7e2f4c0..e9ace01 100644 --- a/src/components/Time/index.ts +++ b/src/components/Time/index.ts @@ -1,4 +1,4 @@ -import { withInstall } from '/@/utils/index'; +import { withInstall } from '@/utils'; import time from './src/Time.vue'; export const Time = withInstall(time); -- Gitblit v1.9.3