码迷,mamicode.com
首页 > 其他好文 > 详细

vue 常见问题

时间:2018-11-16 10:59:18      阅读:113      评论:0      收藏:0      [点我收藏+]

标签:this   常见   视图   signature   vue   turn   用法   2.0   ssd   

1. vue2.0 给data对象新增属性,并触发视图更新

data() {
  return {
	ossData: {
	  signature: ‘‘ 
	}
  }
}  

正确用法

this.$set(this.ossData, "signature", 222)  

错误用法

this.ossData.signature = 24

2. 

vue 常见问题

标签:this   常见   视图   signature   vue   turn   用法   2.0   ssd   

原文地址:https://www.cnblogs.com/kongge/p/9967956.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!