Q: 如何让 Vue 为 data 上新增的属性创建 getter/setter 监听?

A: 复制出一个新对象

a: {{foo.a}}

b:

foo: {{foo}}

<-复制出新对象