
当用户要调用远程 HTTP 接口、封装 API 客户端或构造带认证/参数/请求体的请求时使用。适用于 GET/POST/PUT/DELETE 请求、查询参数、JSON/表单请求体、文件上传、请求头(如 Token)、取消请求。即使用户未明确提及"fetch"、"API"或"HTTP",只要涉及调用后端接口、请求远程数据或与服务器交互,也应使用本技能。
Use this skill when editing this Vue 3 project and the user wants a page or block to load data automatically, refresh when filters, tabs, pagination, or mutations change, or let a child component trigger a reload through this project's `DataLoader`, even if they do not mention `DataLoader` by name.