美文网首页
vue强制更新

vue强制更新

作者: 凤梨罐头过期了 | 来源:发表于2019-10-25 11:07 被阅读0次

    使用update

    this.$forceUpdate(),强制视图更新

    用vue.set

    this.$set(this,'oldObj',newObj);

    this.$set(this,'oldArray',newArray);

    相关文章

      网友评论

          本文标题:vue强制更新

          本文链接:https://www.haomeiwen.com/subject/qtksvctx.html