Vuevue如何同时watch两个bool值 例如: data() { return { a: false, b: false, } } 解决 computed:{ combined(){ return this.a && this.b } } watch:{ combined(value){ ……继续阅读 » 1个月前 (01-24) 55浏览 0评论 0个赞