-
-
Notifications
You must be signed in to change notification settings - Fork 97
Closed
Description
Bug 描述 Bug description
vue-request
更新到 1.2.2
,项目打包提示如下错误
代码重现 Reproduce
期望结果 Desired result
src/core/types.ts 使用相对路径引入类型
- import type { LoadMoreExtendsOption } from 'src/useLoadMore';
- import type { PaginationExtendsOption } from 'src/usePagination';
+ import type { LoadMoreExtendsOption } from '../useLoadMore';
+ import type { PaginationExtendsOption } from '../usePagination';
其他信息 Other information
535D
Metadata
Metadata
Assignees
Labels
No labels