From 474f6c8c30e8e472a5bd9d24bb3c64dc1c239f62 Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Sat, 30 Nov 2024 11:50:36 +0800 Subject: [PATCH] feat(component): block --- docs/component/_sidebar.md | 11 ++++++----- docs/component/block.md | 18 ++++++++++++++++++ 2 files changed, 24 insertions(+), 5 deletions(-) create mode 100644 docs/component/block.md diff --git a/docs/component/_sidebar.md b/docs/component/_sidebar.md index 2d66a0f0..7c4c7f4a 100644 --- a/docs/component/_sidebar.md +++ b/docs/component/_sidebar.md @@ -96,11 +96,12 @@ * [store-home](store-home.md) * [store-product](store-product.md) * [其他组件](unsupport.md) - * [page-container](page-container.md) - * [root-portal](root-portal.md) - * [keyboard-accessory](keyboard-accessory.md) + * [aria-component](aria-component.md) + * [native-component](native-component.md) * [channel-live](channel-live.md) * [channel-video](channel-video.md) * [voip-room](voip-room.md) - * [native-component](native-component.md) - * [aria-component](aria-component.md) + * [keyboard-accessory](keyboard-accessory.md) + * [page-container](page-container.md) + * [root-portal](root-portal.md) + * [block](block.md) diff --git a/docs/component/block.md b/docs/component/block.md new file mode 100644 index 00000000..31966cee --- /dev/null +++ b/docs/component/block.md @@ -0,0 +1,18 @@ +## block + + + + + + + + + + + + + + + + + -- GitLab