From ec49b0a17e4b9e21bf87b02ead010c38336f40ee Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期三, 06 十一月 2024 00:43:50 +0800 Subject: [PATCH] 不良下线更新 --- src/components/VirtualScroll/index.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/VirtualScroll/index.ts b/src/components/VirtualScroll/index.ts index a4c6089..719abae 100644 --- a/src/components/VirtualScroll/index.ts +++ b/src/components/VirtualScroll/index.ts @@ -1,4 +1,4 @@ -import { withInstall } from '/@/utils/index'; +import { withInstall } from '@/utils'; import vScroll from './src/VirtualScroll.vue'; export const VScroll = withInstall(vScroll); -- Gitblit v1.9.3