From 439e3b0f076280311b7cd4251a95820730242780 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期三, 07 八月 2024 10:43:33 +0800 Subject: [PATCH] 一些更新 --- src/components/Qrcode/index.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/Qrcode/index.ts b/src/components/Qrcode/index.ts index 16a2f40..9f18e0f 100644 --- a/src/components/Qrcode/index.ts +++ b/src/components/Qrcode/index.ts @@ -1,4 +1,4 @@ -import { withInstall } from '/@/utils'; +import { withInstall } from '@/utils'; import qrCode from './src/Qrcode.vue'; export const QrCode = withInstall(qrCode); -- Gitblit v1.9.3