写法:
props: {
dialogStyleVisible: {
type: Boolean,
default: false
},
colorForm: {
type: Object,
default:function () {
return {}
}
},
abc: [String, Object]
}
写法:
props: {
dialogStyleVisible: {
type: Boolean,
default: false
},
colorForm: {
type: Object,
default:function () {
return {}
}
},
abc: [String, Object]
}
本文标题:Vue2 props Object类型 默认值写法
本文链接:https://www.haomeiwen.com/subject/swrwyctx.html
网友评论