Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 805e6ff

Browse files
yaoshaohuayaoshaohua
andauthored
docs(zh): fix the order of useRouter() and useRoute() in packages/docs/zh/guide/index.md (#2278)
Co-authored-by: yaoshaohua <[email protected]>
1 parent 249bf2d commit 805e6ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/zh/guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ const search = computed({
148148
</script>
149149
```
150150

151-
你现在不一定要完全理解这段代码,关键是要知道可以通过 `useRoute()``useRouter()` 来访问路由器实例和当前路由。
151+
你现在不一定要完全理解这段代码,关键是要知道可以通过 `useRouter()``useRoute()` 来访问路由器实例和当前路由。
152152

153153
### 下一步
154154

0 commit comments

Comments
 (0)