https://cn.vuejs.org/api/reactivity-advanced.html#toraw
import { toRaw } from "vue"; const foo = {}const reactiveFoo = reactive(foo) console.log(toRaw(reactiveFoo) === foo) // true
人工智能学习网站
https://chat.xutongbao.top
京公网安备 11010502049817号