docs: update version tag

This commit is contained in:
陈嘉涵
2020-01-10 21:06:05 +08:00
parent 6555af4f76
commit e16239e426
124 changed files with 1974 additions and 1974 deletions
+13 -13
View File
@@ -57,19 +57,19 @@ export default {
### Props
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|------|------|------|------|------|
| v-model | 开关状态 | *any* | `false` | - |
| title | 左侧标题 | *string* | `''` | - |
| border | 是否展示单元格内边框 | *boolean* | `true` | - |
| cell-size | 单元格大小,可选值为 `large` | *string* | - |
| loading | 是否为加载状态 | *boolean* | `false` | - |
| disabled | 是否为禁用状态 | *boolean* | `false` | - |
| size | 开关尺寸 | *string \| number* | `24px` | - |
| active-color | 开关时的背景色 | *string* | `#1989fa` | - |
| inactive-color | 开关时的背景色 | *string* | `#fff` | - |
| active-value | 打开时的值 | *any* | `true` | - |
| inactive-value | 关闭时的值 | *any* | `false` | - |
| 参数 | 说明 | 类型 | 默认值 |
|------|------|------|------|
| v-model | 开关状态 | *any* | `false` |
| title | 左侧标题 | *string* | `''` |
| border | 是否展示单元格内边框 | *boolean* | `true` |
| cell-size | 单元格大小,可选值为 `large` | *string* |
| loading | 是否为加载状态 | *boolean* | `false` |
| disabled | 是否为禁用状态 | *boolean* | `false` |
| size | 开关尺寸 | *string \| number* | `24px` |
| active-color | 开关时的背景色 | *string* | `#1989fa` |
| inactive-color | 开关时的背景色 | *string* | `#fff` |
| active-value | 打开时的值 | *any* | `true` |
| inactive-value | 关闭时的值 | *any* | `false` |
### Events