}goods.vueexport default { props: { seller: { type: Object } }, created () { console.log(this.seller) // seller 为空对象 } } 查看完整描述