You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- import type { LoadMoreExtendsOption } from 'src/useLoadMore';- import type { PaginationExtendsOption } from 'src/usePagination';+ import type { LoadMoreExtendsOption } from '../useLoadMore';+ import type { PaginationExtendsOption } from '../usePagination';
其他信息 Other information
The text was updated successfully, but these errors were encountered:
Bug 描述 Bug description
vue-request
更新到1.2.2
,项目打包提示如下错误代码重现 Reproduce
期望结果 Desired result
src/core/types.ts 使用相对路径引入类型
其他信息 Other information
The text was updated successfully, but these errors were encountered: