Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 203 Bytes

File metadata and controls

13 lines (12 loc) · 203 Bytes

快速上手

const [{data, loading, error }, Fetch] = useRequest(
    {
      url: 'https://reqres.in/api/users',
    },
    {
      manual: true,
      autoCancel: false,
    }
  )