proxy包裹的数据

34 阅读1分钟
  1. toRaw
import { toRaw } from 'vue'

const Data = toRaw(data)
  1. json序列化
const Data = JSON.parse(JSON.stringify(data))