Skip to content

Commit

Permalink
doc(codebox): update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xxyan0205 committed Dec 26, 2019
1 parent e579629 commit 2a22395
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/codebox/README.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Vue.component(Codebox.name, Codebox)
| ok-text | the text of confirmation button of the keyboard |String| `Confirm` |
| disorder| whether to use random keyboard layout or not | Boolean | `false` |
| system | whether to use system keyboard or simulated keyboard | Boolean | `false` |
| is-view | whether to show as inline element or append to the body | Boolean |`false`|

#### Codebox Methods

Expand Down
1 change: 1 addition & 0 deletions components/codebox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Vue.component(Codebox.name, Codebox)
|ok-text|键盘确认键文案|String|`确认`|
|disorder|数字键盘是否乱序|Boolean|`false`|
|system|是否使用系统默认键盘|Boolean|`false`|
|is-view|是否内嵌在页面内展示,否则以弹层形式|Boolean|`false`|

#### Codebox Methods

Expand Down

0 comments on commit 2a22395

Please sign in to comment.