vue中监听Form表单值的变化

        想要监听From表单中某个值的变化需要用到vue中的 watch

 watch: {'inputForm.isHeating'() {this.inputForm.otherHeating=''}},

         isHeating是表单中的某个值,如果他变化就会清空另一个值