docs: update version tag
This commit is contained in:
+15
-15
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user