From c24509087b1193c18ee4c87487b0fc4bf8ee0918 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期一, 22 七月 2024 18:40:26 +0800 Subject: [PATCH] 工单更新 --- src/components/CountTo/index.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/CountTo/index.ts b/src/components/CountTo/index.ts index 36a4e65..0c41941 100644 --- a/src/components/CountTo/index.ts +++ b/src/components/CountTo/index.ts @@ -1,4 +1,4 @@ -import { withInstall } from '/@/utils'; +import { withInstall } from '@/utils'; import countTo from './src/CountTo.vue'; export const CountTo = withInstall(countTo); -- Gitblit v1.9.3