vue监听对象及对象属性问题 监听整个对象,使用watch就行exportdefault{data(){return{a:{b:1,c:2}}},watch(){a:{handler(newVal,oldVal){consol vue监听对象