From 0886e91fdfe3b5528f80d2b6742083aa11d16ebb Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期三, 02 四月 2025 15:54:15 +0800 Subject: [PATCH] fix: 四期bug --- apps/taro/src/components/index.ts | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/apps/taro/src/components/index.ts b/apps/taro/src/components/index.ts index 3698006..ff8db0e 100644 --- a/apps/taro/src/components/index.ts +++ b/apps/taro/src/components/index.ts @@ -1,5 +1,7 @@ export { default as CommonNavigationBar } from './NavigationBar/CommonNavigationBar.vue'; export { default as TransparentNavigationBar } from './NavigationBar/TransparentNavigationBar.vue'; +export { default as List } from './List/List.vue'; +export { default as ListItem } from './List/ListItem.vue'; export { default as LargeTitleNavigationBar } from './NavigationBar/LargeTitleNavigationBar.vue'; export { default as PageLayout } from './Layout/PageLayout.vue'; export { default as PageLayoutWithBg } from './Layout/PageLayoutWithBg.vue'; -- Gitblit v1.9.1