Skip to content

Commit cfb81f7

Browse files
authored
[bugfix] SubmitBar: hdie price (youzan#2469)
1 parent 5f9a4cf commit cfb81f7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/submit-bar/index.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,14 @@ export default create({
4141
4242
props: {
4343
tip: String,
44-
price: Number,
4544
label: String,
4645
loading: Boolean,
4746
disabled: Boolean,
4847
buttonText: String,
48+
price: {
49+
type: Number,
50+
default: null
51+
},
4952
currency: {
5053
type: String,
5154
default: '¥'

0 commit comments

Comments
 (0)