Skip to content

Commit

Permalink
docs: fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
nlffeng committed Sep 1, 2020
1 parent 1a2c6e6 commit 63c8611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
- [`useListData`](./docs/useListData.md) — 传入请求Api,设置列表和分页数据 [![][img-demo]](https://codesandbox.io/s/uselistdata-0js8z)
- [`useToggleArray`](./docs/useToggleArray.md) — 状态:数组数据,透出方法可存储和移除数组内部数据 [![][img-demo]](https://codesandbox.io/s/usetogglearray-vqn24)
- [`useHashQuery`](./docs/useHashQuery.md) — 获取地址栏哈希后的查询参数 [![][img-demo]](https://codesandbox.io/s/usehashquery-751f0)
- [`useWindowSize`](./docs/useHashQuery.md) — 一个用于获取窗口尺寸的 Hook,内部监听了 resize 事件将会触发返回新的窗口尺寸 [![][img-demo]](https://codesandbox.io/s/usewindowsize-w90zq)
- [`useWindowSize`](./docs/useWindowSize.md) — 一个用于获取窗口尺寸的 Hook,内部监听了 resize 事件将会触发返回新的窗口尺寸 [![][img-demo]](https://codesandbox.io/s/usewindowsize-w90zq)



Expand Down

0 comments on commit 63c8611

Please sign in to comment.