}
goods.vue
export default { props: { seller: { type: Object } }, created () { console.log(this.seller) // seller 为空对象 } }
慕田峪4524236
相关分类