Skip to content

Commit 7fe8932

Browse files
committed
fix doc ui control default value
1 parent 8c50135 commit 7fe8932

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

en/option/component/toolbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ The border width in pixel (`px`) of the toolbox component.
136136

137137
## orient(string) = 'horizontal'
138138

139-
<ExampleUIControlEnum options="vertical,horizontal" />
139+
<ExampleUIControlEnum options="vertical,horizontal" default="horizontal" />
140140

141141
The layout orientation of toolbox's icon.
142142

zh/option/component/toolbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ option = {
210210

211211
## orient(string) = 'horizontal'
212212

213-
<ExampleUIControlEnum options="vertical,horizontal" />
213+
<ExampleUIControlEnum options="vertical,horizontal" default="horizontal" />
214214

215215
工具栏 icon 的布局朝向。
216216

0 commit comments

Comments
 (0)