fix(vetur): fix markdown vetur output format

This commit is contained in:
陈嘉涵
2020-01-15 16:05:20 +08:00
parent 17b2f2be71
commit 50252ff553
4 changed files with 37 additions and 24 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ export default {
| v-model | 开关状态 | *any* | `false` |
| title | 左侧标题 | *string* | `''` |
| border | 是否展示单元格内边框 | *boolean* | `true` |
| cell-size | 单元格大小,可选值为 `large` | *string* |
| cell-size | 单元格大小,可选值为 `large` | *string* | - |
| loading | 是否为加载状态 | *boolean* | `false` |
| disabled | 是否为禁用状态 | *boolean* | `false` |
| size | 开关尺寸 | *string \| number* | `24px` |