From d6749f95c526c0e71ec946bd3bb777bc42b2c34a Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期日, 20 十月 2024 17:59:31 +0800 Subject: [PATCH] 工艺绑定优化 --- src/components/Description/index.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/Description/index.ts b/src/components/Description/index.ts index 58277d0..c75c4db 100644 --- a/src/components/Description/index.ts +++ b/src/components/Description/index.ts @@ -1,4 +1,4 @@ -import { withInstall } from '/@/utils'; +import { withInstall } from '@/utils'; import description from './src/Description.vue'; export * from './src/typing'; -- Gitblit v1.9.3