Skip to content

Commit

Permalink
docs: fix md render error (Tencent#1266)
Browse files Browse the repository at this point in the history
Co-authored-by: sunzhe <[email protected]>
  • Loading branch information
2 people authored and oljc committed May 9, 2023
1 parent 89d8263 commit 1c0f479
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/web/api/slider.en-US.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Slider Slider
description:A slider (slide type input device) is a control that allows the user to select the appropriate value (a value or range of values) by sliding in a continuous or intermittent interval.
description: A slider (slide type input device) is a control that allows the user to select the appropriate value (a value or range of values) by sliding in a continuous or intermittent interval.
isComponent: true
usage: { title: '', description: '' }
spline: form
Expand Down
2 changes: 1 addition & 1 deletion docs/web/api/switch.en-US.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Switch
description:A selection control used for two mutually exclusive options to turn the option on or off.
description: A selection control used for two mutually exclusive options to turn the option on or off.
isComponent: true
usage: { title: '', description: '' }
spline: form
Expand Down
3 changes: 2 additions & 1 deletion docs/web/api/transfer.en-US.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Transfer
description: Moving option elements in two columns in an intuitive manner is a data container for single or batch movement of options to complete the selection. The left column is Source and the right is Destination.
isComponent: true usage: { title: '', description: '' }
isComponent: true
usage: { title: '', description: '' }
spline: form
---

Expand Down
3 changes: 2 additions & 1 deletion docs/web/api/tree-select.en-US.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: TreeSelect
description: Information entry control similar to Select, suitable for selecting a tree data structure.
isComponent: true usage: { title: '', description: '' }
isComponent: true
usage: { title: '', description: '' }
spline: form
---

Expand Down

0 comments on commit 1c0f479

Please sign in to comment.