昨天使用vue发现直接给对象添加属性,并不能触发响应更新,后来看文档发现要通过this.$set 函数动态添加才可用,eg: this.$set( obj, key, data) 转载于:https://www.cnblogs.com/LittleMore/p/9059226.html