From 5a813f3b28f3cbf1db3a3657ccf83267c6e0d315 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期四, 24 十月 2024 11:22:02 +0800 Subject: [PATCH] 工艺路线相关优化 --- src/components/Scrollbar/index.ts | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/components/Scrollbar/index.ts b/src/components/Scrollbar/index.ts index e5b2cb2..3711e64 100644 --- a/src/components/Scrollbar/index.ts +++ b/src/components/Scrollbar/index.ts @@ -1,7 +1,6 @@ /** * copy from element-ui */ - import Scrollbar from './src/Scrollbar.vue'; export { Scrollbar }; -- Gitblit v1.9.3