computed:{ someProperty:{ get:function(){ return this.property; } set:function(newValue){ // 其他逻辑 this.property=newValue; } } }