Skip to content

Commit 2cf904b

Browse files
committed
docs: fixed
1 parent e6a6f10 commit 2cf904b

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

docs/.vitepress/config/zh.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ export const zh = defineConfig({
134134
'/zh/hooks/': {
135135
base: '/zh/hooks/', items: [
136136
...sidebarGuide(),
137+
...siderbarUseRequest(),
137138
...sidebarHooks()
138139
]
139140
}

docs/en/hooks/useRequest/fetchs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ source:
88

99
# Look 👇 useFetchs
1010

11-
<a href="/docs/hooks/en/useFetchs/" >Jump to useFetchs</a>
11+
<a href="/vue-hooks-plus/hooks/useFetchs/" >Jump to useFetchs</a>

docs/en/hooks/useRequest/scroll.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ source:
88

99
# Look 👇 useInfiniteScroll
1010

11-
<a href="/docs/hooks/en/useInfiniteScroll/" >Jump to useInfiniteScroll</a>
11+
<a href="/vue-hooks-plus/hooks/useInfiniteScroll/" >Jump to useInfiniteScroll</a>

docs/zh/hooks/useRequest/fetchs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ source:
88

99
# 见 👇 useFetchs
1010

11-
<a href="/docs/hooks/useFetchs/" >赋予 useRequest 并行请求的能力</a>
11+
<a href="/vue-hooks-plus/zh/hooks/useFetchs/" >赋予 useRequest 并行请求的能力</a>

docs/zh/hooks/useRequest/scroll.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ source:
88

99
# 看 👇 useInfiniteScroll
1010

11-
<a href="/docs/hooks/useInfiniteScroll/" >跳转至 useInfiniteScroll</a>
11+
<a href="/vue-hooks-plus/zh/hooks/useInfiniteScroll/" >跳转至 useInfiniteScroll</a>

0 commit comments

Comments
 (0)