使用proxy进行数据劫持 在vue2.0中,vue2使用Object.defineproperty来劫持数据getter和setter方法的 缺点:当给对象添加和删除属性时,是无法劫持和监听 所以vue2中不得不添加一些api,比如 s e t 和 set和 set和delect