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
+15 -15
View File
@@ -70,21 +70,21 @@ Use slot to add custom contents.
### Props
| Attribute | Description | Type | Default | Version |
|------|------|------|------|------|
| price | Price | *number* | - | - |
| label | Price left label | *string* | `Total` | - |
| suffix-label | Price right label | *string* | - | - |
| text-align | Price label text align can be set to `right` `left` | *string* | `right` | 2.3.0 |
| button-text | Button text | *string* | - | - |
| button-type | Button type | *string* | `danger` | - |
| tip | Tip | *string* | - | - |
| tip-icon | Icon | *string* | - | - |
| disabled | Whether to disable button | *boolean* | `false` | - |
| loading | Whether to show loading icon | *boolean* | `false` | - |
| currency | Currency symbol | *string* | `¥` | - |
| decimal-length | number of digits to appear after the decimal point | *number* | `2` | - |
| safe-area-inset-bottom | Whether to enable bottom safe area adaptation | *boolean* | `false` | - |
| Attribute | Description | Type | Default |
|------|------|------|------|
| price | Price | *number* | - |
| label | Price left label | *string* | `Total` |
| suffix-label | Price right label | *string* | - |
| text-align `v2.3.0` | Price label text align can be set to `right` `left` | *string* | `right` |
| button-text | Button text | *string* | - |
| button-type | Button type | *string* | `danger` |
| tip | Tip | *string* | - |
| tip-icon | Icon | *string* | - |
| disabled | Whether to disable button | *boolean* | `false` |
| loading | Whether to show loading icon | *boolean* | `false` |
| currency | Currency symbol | *string* | `¥` |
| decimal-length | number of digits to appear after the decimal point | *number* | `2` |
| safe-area-inset-bottom | Whether to enable bottom safe area adaptation | *boolean* | `false` |
### Events