From b4496ad2462843c575a3902c94a87694426f29a3 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期四, 27 六月 2024 16:03:37 +0800 Subject: [PATCH] 产品工艺路线更新 --- src/components/Icon/index.ts | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/src/components/Icon/index.ts b/src/components/Icon/index.ts index 82e4287..9e2bc0b 100644 --- a/src/components/Icon/index.ts +++ b/src/components/Icon/index.ts @@ -1,7 +1,4 @@ import SvgIcon from './src/SvgIcon.vue'; import IconPicker from './src/IconPicker.vue'; -import Icon from './Icon.vue'; -export { Icon, IconPicker, SvgIcon }; - -export default Icon; +export { IconPicker, SvgIcon }; -- Gitblit v1.9.3