mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 10:44:59 +00:00
[bugfix] Sku: sku data no message error (#4004)
This commit is contained in:
@@ -21,7 +21,10 @@ const PLACEHOLDER = {
|
||||
|
||||
export default createComponent({
|
||||
props: {
|
||||
messages: Array,
|
||||
messages: {
|
||||
type: Array,
|
||||
default: () => []
|
||||
},
|
||||
messageConfig: Object,
|
||||
goodsId: [Number, String]
|
||||
},
|
||||
|
Reference in New Issue
Block a user