vue-request icon indicating copy to clipboard operation
vue-request copied to clipboard

[Bug Report] 防止在某些场景中将参数转换为 Vue 的代理对象

Open amipei opened this issue 1 year ago • 0 comments

复现步骤: const service = ?(某些worker接口) const { run, data, total } = usePagination(service, { defaultParams: [{ x: 100 }], }); 如果service 是 worker/ipc(electron)接口则会报错,因为proxy对象并不能被序列化

amipei avatar Dec 03 '24 07:12 amipei