[Improvement] SubmitBar: support custom currency symbol (#876)

This commit is contained in:
neverland
2018-04-16 18:01:04 +08:00
committed by GitHub
parent 62f03ac00d
commit 2ce0803ffe
6 changed files with 15 additions and 3 deletions

View File

@@ -49,6 +49,7 @@ Use `slot` to custom content.
| num | Number of goods | `String | Number` | - | - |
| price | Price of goods | `String | Number` | - | - |
| centered | Whether content vertical centered | `String` | `false` | - |
| currency | Currency symbol | `String` | `¥` | - |
### Slot

View File

@@ -71,6 +71,7 @@ Use slot to add custom contents.
| tip | Tip | `String` | - | - |
| disabled | Whether to disable button | `Boolean` | `false` | - |
| loading | Whether to show loading icon | `Boolean` | `false` | - |
| currency | Currency symbol | `String` | `¥` | - |
### Event