【发布时间】:2017-01-03 14:41:36
【问题描述】:
请在此处查看我的 jsbin http://jsbin.com/puxefasohu/1/edit?html,js,output 我有一个“收据”组件,其中包含“总计”的计算函数。在父组件中,我试图获取此计算值的所有“收据”组件实例的总数以获取“总计”,但我无法将组件实例传达给父组件。我做错了什么?
【问题讨论】:
标签: javascript html vue.js vue-component computed-properties