AttoJS / vue-request

⚡️ This is a library that can easily help you manage request states, supporting common features such as SWR, polling, error retry, caching, and pagination, etc. ⚡️ 这是一个能够轻松帮助你管理请求状态的库,支持 SWR、轮询、错误重试、缓存、分页等常用功能。
https://www.attojs.org
MIT License
1.31k stars 91 forks source link

[Feature Request]`GlobalOptions` supports `onError ` #112

Open hichho opened 2 years ago

hichho commented 2 years ago

需求描述 全局配置GlobalOptions不能配置onError

希望能和ahooks 一样,提供统一的error配置

Preyou commented 10 months ago

臣附议,包括onSuccess、onBefor、onAfter等等,方便做一些统一处理,比如错误提示、成功提示等等