docs(changelog): 2.3.0-beta.2

This commit is contained in:
陈嘉涵
2019-12-07 08:51:58 +08:00
parent d53a65600b
commit 650e479313
12 changed files with 69 additions and 17 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ Use slot to add custom contents.
| 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` | - |
| 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* | - | - |
+1 -1
View File
@@ -75,7 +75,7 @@ Vue.use(SubmitBar);
| price | 价格(单位分) | *number* | - | - |
| label | 价格左侧文案 | *string* | `合计:` | - |
| suffix-label | 价格右侧文案 | *string* | - | - |
| text-align | 价格文案对齐方向,可选值为 `right` `left` | *string* | `right` | - |
| text-align | 价格文案对齐方向,可选值为 `right` `left` | *string* | `right` | 2.3.0 |
| button-text | 按钮文字 | *string* | - | - |
| button-type | 按钮类型 | *string* | `danger` | - |
| tip | 提示文案 | *string* | - | - |