From 1384174f03c9a009cfbb3ae99aaeec21f177e4c2 Mon Sep 17 00:00:00 2001 From: yyg1378265336 <1378265336@qq.com> Date: 星期四, 27 二月 2025 09:26:30 +0800 Subject: [PATCH] 生产工具信息 --- 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