From c4e7cb33e03202bd39afc31849203c5af158d5de Mon Sep 17 00:00:00 2001 From: zhenyuWang <13641039885@163.com> Date: Sat, 27 Jul 2024 15:05:17 +0800 Subject: [PATCH] =?UTF-8?q?fix(component):=20=E4=BF=AE=E6=AD=A3=E4=BE=A7?= =?UTF-8?q?=E8=BE=B9=E6=A0=8F=E5=90=8D=E7=A7=B0=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/component/_sidebar.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/component/_sidebar.md b/docs/component/_sidebar.md index ad1c710a..24076ea4 100644 --- a/docs/component/_sidebar.md +++ b/docs/component/_sidebar.md @@ -27,7 +27,7 @@ * 基础内容 * [icon | 图标](icon.md) * [text | 文本](text.md) - * [rich-text | 富图标](rich-text.md) + * [rich-text | 富文本](rich-text.md) * [progress | 进度条](progress.md) * 表单组件 * [button | 按钮](button.md) @@ -42,9 +42,9 @@ * picker-view | 滚动选择器组件```{"collapsable": false}``` * [picker-view | 嵌入页面的滚动选择器](picker-view.md) * [picker-view-column | 滚动选择器子项](picker-view-column.md) - * radio | 单选项```{"collapsable": false}``` - * [radio-group | 单选组](radio-group.md) - * [radio | 单选项](radio.md) + * radio | 单选框```{"collapsable": false}``` + * [radio-group | 单选框组](radio-group.md) + * [radio | 单选框](radio.md) * [slider | 滑动选择器](slider.md) * [switch | 开关选择器](switch.md) * [textarea | 多行输入框](textarea.md) -- GitLab