Skip to content

Commit cbe3459

Browse files
committed
feat: support component
1 parent eb1cf6e commit cbe3459

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/hooks/src/useRequest/component-use/UseRequest.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ function createUseRequestQueryComponent<TData = any, TParams extends unknown[] =
4444
default: (props: Pick<ReturnType<typeof useRequest<TData, TParams>>, "data">) => any,
4545
loading: () => any,
4646
error: (props: { error: ReturnType<typeof useRequest<TData, TParams>>["error"]['value'] }) => any,
47-
target?: () => any
4847
}>,
4948
setup(props, { slots }) {
5049

0 commit comments

Comments
 (0)