Skip to content

Commit

Permalink
docs: update table docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vvpvvp committed Jun 20, 2019
1 parent 28b87c4 commit a6ba6e8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/components/component/table.vue
Expand Up @@ -84,6 +84,13 @@
<td>-</td>
<td>false</td>
</tr>
<tr>
<td>radio</td>
<td>是否使用radio选择器</td>
<td>Boolean</td>
<td>-</td>
<td>false</td>
</tr>
<tr>
<td>border</td>
<td>table是否有竖线分割</td>
Expand Down
7 changes: 7 additions & 0 deletions doc/components_en/component/table.vue
Expand Up @@ -87,6 +87,13 @@
<td>-</td>
<td>false</td>
</tr>
<tr>
<td>radio</td>
<td>Whether to use the radio selector</td>
<td>Boolean</td>
<td>-</td>
<td>false</td>
</tr>
<tr>
<td>border</td>
<td>table has border</td>
Expand Down

0 comments on commit a6ba6e8

Please sign in to comment.