From c48683d52511648af2f249ee0a240613e34ce0ad Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期四, 20 二月 2025 18:23:51 +0800 Subject: [PATCH] feat: 我的 --- 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