文章分类 -  vue3

摘要:reactive 为什么对同一个对象多次使用 reactive 返回的代理对象总是同一个? const data = { name: 'zs', age: 66, address: { num: 123 } } const state1 = reactive(data) const state2 = 阅读全文
posted @ 2022-04-08 20:07 霸哥yyds 阅读(166) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示