关于 Vue 3.0 的一些问题(update...)

187 阅读1分钟

1. 双向绑定的写法

由 ES5 的 Object.propoerty 变为 ES6 的 proxy

2. Proxy 与 Object.property 的 区别

xx