]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs(zh): typo (#1636)
authorabitwhy <68452982+abitwhy@users.noreply.github.com>
Sun, 18 Dec 2022 09:03:25 +0000 (17:03 +0800)
committerGitHub <noreply@github.com>
Sun, 18 Dec 2022 09:03:25 +0000 (10:03 +0100)
Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
packages/docs/zh/api/index.md

index 954119a585c673faf2e5fedeb4355db547d1b732..f21a811c021ece3e5b6338953d795c432f58e6dc 100644 (file)
@@ -68,7 +68,7 @@ sidebar: auto
 - **默认值**:`false`
 - **详细内容**:
 
-  `<router-link>` 是否应该将其内容包裹在 `<a>` 元素中。在使用 [`v-slot`](#router-link-s-v-slot) 创建自定义 RouterLink 时很有用。默认情况下,`<router-link>` 会将其内容包裹在 `<a>` 元素中,即使使用 `v-slot` 也是如此。传递`自定义的` prop,可以去除这种行为。
+  `<router-link>` 是否应该将其内容包裹在 `<a>` 元素中。在使用 [`v-slot`](#router-link-s-v-slot) 创建自定义 RouterLink 时很有用。默认情况下,`<router-link>` 会将其内容包裹在 `<a>` 元素中,即使使用 `v-slot` 也是如此。传递 `custom` prop,可以去除这种行为。
 
 - **例如**: