mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[bugfix] SubmitBar: hdie price (#2469)
This commit is contained in:
parent
5f9a4cf479
commit
cfb81f7094
@ -41,11 +41,14 @@ export default create({
|
||||
|
||||
props: {
|
||||
tip: String,
|
||||
price: Number,
|
||||
label: String,
|
||||
loading: Boolean,
|
||||
disabled: Boolean,
|
||||
buttonText: String,
|
||||
price: {
|
||||
type: Number,
|
||||
default: null
|
||||
},
|
||||
currency: {
|
||||
type: String,
|
||||
default: '¥'
|
||||
|
Loading…
x
Reference in New Issue
Block a user