From 5fdea06fbfc49a8ae8f20054db6b27fcf4ade75f Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期四, 04 七月 2024 00:34:19 +0800 Subject: [PATCH] 一些更新 --- src/components/CardList/index.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/CardList/index.ts b/src/components/CardList/index.ts index b977c1b..e4c6a21 100644 --- a/src/components/CardList/index.ts +++ b/src/components/CardList/index.ts @@ -1,4 +1,4 @@ -import { withInstall } from '/@/utils'; +import { withInstall } from '@/utils'; import cardList from './src/CardList.vue'; export const CardList = withInstall(cardList); -- Gitblit v1.9.3