vue-request
vue-request copied to clipboard
[Bug Report] 防止在某些场景中将参数转换为 Vue 的代理对象
复现步骤: const service = ?(某些worker接口) const { run, data, total } = usePagination(service, { defaultParams: [{ x: 100 }], }); 如果service 是 worker/ipc(electron)接口则会报错,因为proxy对象并不能被序列化