IE下vue父传子组件值时候变为空,但是chrome又是有值的
组件:
<MeasureBar ref="bars0" chart-id="0" :measure="weight"></MeasureBar>
传值:
this.weight = {
id:'0',
measurement:'体重',unit:'(kg)',
standard_from:res.low_up_limit.weight[0],
standard_to:res.low_up_limit.weight[1],
value:res.body.weight,
diff:res.body_diff.weight
}
chrome下有可以打印,ie下父组件可以打印出
子组件内:
props:['measure'],
子组件方法:
drawBar() {
let barWidth = 231;
console.log(JSON.stringify(this.measure))
...
}
这里ie下变成空对象父组
父件内调用此方法:
this.$refs.bars0.drawBar();
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论