mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[bugfix] Sku: sku data no message error (#4004)
This commit is contained in:
parent
234e64238e
commit
cabd3c0f14
@ -21,7 +21,10 @@ const PLACEHOLDER = {
|
|||||||
|
|
||||||
export default createComponent({
|
export default createComponent({
|
||||||
props: {
|
props: {
|
||||||
messages: Array,
|
messages: {
|
||||||
|
type: Array,
|
||||||
|
default: () => []
|
||||||
|
},
|
||||||
messageConfig: Object,
|
messageConfig: Object,
|
||||||
goodsId: [Number, String]
|
goodsId: [Number, String]
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user