Skip to content

Commit 3c74282

Browse files
authored
docs: update prefetching link (#8449)
doc: update Prefetching link
1 parent 425deee commit 3c74282

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/zh/api/runtime-api/module-methods.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,15 +154,15 @@ import(
154154
- `number`: 预取优先级
155155
- `boolean`: `false` 表示不预取, `true` 表示预取并且优先级是 `0`
156156

157-
告诉浏览器将来可能需要该资源来进行某些导航跳转,详情请查看[预取/预载模块](/guide/optimization/code-splitting#预取预载模块)
157+
告诉浏览器将来可能需要该资源来进行某些导航跳转,详情请查看[预取/预载模块](/guide/optimization/code-splitting#prefetchingpreloading-模块)
158158

159159
##### webpackPreload
160160

161161
- **类型:**
162162
- `number`: 预载优先级
163163
- `boolean`: `false` 表示不预载, `true` 表示预载并且优先级是 `0`
164164

165-
告诉浏览器在当前导航期间可能需要该资源,详情请查看[预取/预载模块](/guide/optimization/code-splitting#预取预载模块)
165+
告诉浏览器在当前导航期间可能需要该资源,详情请查看[预取/预载模块](/guide/optimization/code-splitting#prefetchingpreloading-模块)
166166

167167
##### webpackChunkName
168168

0 commit comments

Comments
 (0)