vue+typeScript 中watch可以进行多层嵌套,同时watch多个变量

    技术2025-08-27  8

    @Watch('b', { deep: true }) @Watch('a', { deep: true }) private getSubmitStatus ():void { console.log(this.a) console.log(this.b) }

    ps: 此处a,b均为对象,我是为了watch其中的变量才加的deep:true。

    Processed: 0.017, SQL: 9