vue强制更新
2019-10-25 本文已影响0人
凤梨罐头过期了
使用update
this.$forceUpdate(),强制视图更新
用vue.set
this.$set(this,'oldObj',newObj);
this.$set(this,'oldArray',newArray);
this.$forceUpdate(),强制视图更新
this.$set(this,'oldObj',newObj);
this.$set(this,'oldArray',newArray);