computed:{
val:function(){
if (this.count>0)
return this.count;
else
return 'not from true'
}
}
count从2变为3的时候会触发缓存变化 从而更新了val的返回值
这部分的机理是什么?最好附带vue的源码解释
谢谢
https://segmentfault.com/a/11...