Skip to content

Commit

Permalink
docs: 更新rc-use-hooks文档
Browse files Browse the repository at this point in the history
  • Loading branch information
llq0802 committed Oct 26, 2022
1 parent ef9ed70 commit 6f97db7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/rc-use-hooks/src/usePrevious/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ nav:

### 基础用法

<code src="./demos/Demo1.tsx" />
<code src="./demos/demo1.tsx" />

### 不受其他状态更新影响

<code src="./demos/Demo2.tsx" />
<code src="./demos/demo2.tsx" />

## API

Expand Down
2 changes: 1 addition & 1 deletion packages/rc-use-hooks/src/useResetState/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ nav:

## 代码演示

<code src='./demos/Demo.tsx' />
<code src='./demos/demo1.tsx' />

## API

Expand Down

0 comments on commit 6f97db7

Please sign in to comment.