docs: update version tag

This commit is contained in:
陈嘉涵 2020-01-26 17:24:59 +08:00
parent e7b8bfc7cc
commit 6ddd7ae69b
10 changed files with 15 additions and 15 deletions

View File

@ -230,9 +230,9 @@ Set `poppable` to `false`, the calendar will be displayed directly on the page i
| safe-area-inset-bottom | Whether to enable bottom safe area adaptation | *boolean* | `true` |
| confirm-text | Confirm button text | *string* | `Confirm` |
| confirm-disabled-text | Confirm button text when disabled | *string* | `Confirm` |
| max-range `2.4.3` | Number of selectable days | *number* | - |
| range-prompt `2.4.3` | Error message when exceeded max range | *string* | `Choose no more than xx days` |
| get-container `2.4.4` | Return the mount node for Calendar | _string \| () => Element_ | - |
| max-range `v2.4.3` | Number of selectable days | *number* | - |
| range-prompt `v2.4.3` | Error message when exceeded max range | *string* | `Choose no more than xx days` |
| get-container `v2.4.4` | Return the mount node for Calendar | _string \| () => Element_ | - |
### Data Structure of Day

View File

@ -230,9 +230,9 @@ export default {
| safe-area-inset-bottom | 是否开启 [底部安全区适配](#/zh-CN/quickstart#di-bu-an-quan-qu-gua-pei) | *boolean* | `true` |
| confirm-text | 确认按钮的文字 | *string* | `确定` |
| confirm-disabled-text | 确认按钮处于禁用状态时的文字 | *string* | `确定` |
| max-range `2.4.3` | 日期区间最多可选天数,默认无限制 | *number* | - |
| range-prompt `2.4.3` | 选择超过区间范围时的提示文案 | *string* | `选择天数不能超过 xx 天` |
| get-container `2.4.4` | 指定挂载的节点,[用法示例](#/zh-CN/popup#zhi-ding-gua-zai-wei-zhi) | *string \| () => Element* | - |
| max-range `v2.4.3` | 日期区间最多可选天数,默认无限制 | *number* | - |
| range-prompt `v2.4.3` | 选择超过区间范围时的提示文案 | *string* | `选择天数不能超过 xx 天` |
| get-container `v2.4.4` | 指定挂载的节点,[用法示例](#/zh-CN/popup#zhi-ding-gua-zai-wei-zhi) | *string \| () => Element* | - |
### Day 数据结构

View File

@ -130,7 +130,7 @@ export default {
| Event | Description | Arguments |
|------|------|------|
| finish | Triggered when count down finished | - |
| change `2.4.4` | Triggered when count down changed | timeData |
| change `v2.4.4` | Triggered when count down changed | timeData |
### Slots

View File

@ -140,7 +140,7 @@ export default {
| 事件名 | 说明 | 回调参数 |
|------|------|------|
| finish | 倒计时结束时触发 | - |
| change `2.4.4` | 倒计时变化时触发 | timeData |
| change `v2.4.4` | 倒计时变化时触发 | timeData |
### Slots

View File

@ -104,7 +104,7 @@ Use `info` prop to show badge in icon
| text | Button text | *string* | - |
| type | Button type, Can be set to `primary` `info` `warning` `danger` | *string* | `default` |
| color `v2.1.8` | Button color, support linear-gradient | *string* | - |
| icon `2.4.4` | Left Icon | *string* | - |
| icon `v2.4.4` | Left Icon | *string* | - |
| primary | Is primary button (red color) | *boolean* | `false` |
| disabled | Whether to disable button | *boolean* | `false` |
| loading | Whether show loading status | *boolean* | `false` |

View File

@ -108,7 +108,7 @@ export default {
| text | 按钮文字 | *string* | - |
| type | 按钮类型,可选值为 `primary` `info` `warning` `danger` | *string* | `default` |
| color `v2.1.8` | 按钮颜色,支持传入`linear-gradient`渐变色 | *string* | - |
| icon `2.4.4` | 左侧 [图标名称](#/zh-CN/icon) 或图片链接 | *string* | - |
| icon `v2.4.4` | 左侧 [图标名称](#/zh-CN/icon) 或图片链接 | *string* | - |
| disabled | 是否禁用按钮 | *boolean* | `false` | - |
| loading | 是否显示为加载状态 | *boolean* | `false` | - |
| url | 点击后跳转的链接地址 | *string* | - |

View File

@ -296,7 +296,7 @@ Picker events will pass different parameters according to the columns are single
| values | Value of column | *string[]* |
| defaultIndex | Default value index | *number* |
| className | ClassName for this column | *any* |
| children | Cascade children | *Column* |
| children `v2.4.5` | Cascade children | *Column* |
### Methods

View File

@ -314,7 +314,7 @@ Picker 组件的事件会根据 columns 是单列或多列返回不同的参数
| values | 列中对应的备选值 | *string[]*
| defaultIndex | 初始选中项的索引,默认为 0 | *number* |
| className | 为对应列添加额外的类名 | *any* |
| children | 级联选项 | *Column* |
| children `v2.4.5` | 级联选项 | *Column* |
### 方法

View File

@ -142,7 +142,7 @@ export default {
| get-container | Return the mount node for sku | *string \| () => Element* | - |
| safe-area-inset-bottom `v2.2.1` | Whether to enable bottom safe area adaptation | *boolean* | `false` |
| start-sale-num `v2.3.0` | Minimum quantity | *number* | `1` |
| properties `2.4.0` | Goods properties | *array* | - |
| properties `v2.4.2` | Goods properties | *array* | - |
### Events
@ -163,7 +163,7 @@ Use [ref](https://vuejs.org/v2/api/#ref) to get Sku instance and call instance m
| Name | Description | Attribute | Return value |
|------|------|------|------|
| getSkuData | Get current skuData | - | skuData |
| resetSelectedSku `2.3.0` | Reset selected sku to initial sku | - | - |
| resetSelectedSku `v2.3.0` | Reset selected sku to initial sku | - | - |
### Slots

View File

@ -146,7 +146,7 @@ export default {
| show-soldout-sku | 是否展示售罄的 sku默认展示并置灰 | *boolean* | `true` |
| safe-area-inset-bottom `v2.2.1` | 是否开启 [底部安全区适配](#/zh-CN/quickstart#di-bu-an-quan-qu-gua-pei) | *boolean* | `false` |
| start-sale-num `v2.3.0` | 起售数量 | *number* | `1` |
| properties `2.4.0` | 商品属性 | *array* | - |
| properties `v2.4.2` | 商品属性 | *array* | - |
### Events