feat(SubmitBar): add button-color prop (#6757)

This commit is contained in:
neverland
2020-07-11 10:18:30 +08:00
committed by GitHub
parent 16e9829173
commit f1e9ca182e
5 changed files with 24 additions and 0 deletions
+1
View File
@@ -70,6 +70,7 @@ Vue.use(SubmitBar);
| text-align `v2.3.0` | 价格文案对齐方向,可选值为 `left` | _string_ | `right` |
| button-text | 按钮文字 | _string_ | - |
| button-type | 按钮类型 | _string_ | `danger` |
| button-color `v2.9.1` | 自定义按钮颜色 | _string_ | - |
| tip | 提示文案 | _string_ | - |
| tip-icon | 左侧[图标名称](#/zh-CN/icon)或图片链接 | _string_ | - |
| currency | 货币符号 | _string_ | `¥` |