setData: function (obj) { let that = this; Object.keys(obj).forEach(function (key) { that.$set(that.$data, key, obj[key]) }); },