From: abitwhy <68452982+abitwhy@users.noreply.github.com> Date: Sun, 18 Dec 2022 09:03:25 +0000 (+0800) Subject: docs(zh): typo (#1636) X-Git-Tag: v4.2.0~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72f84f18bf9b8adec090c6813607bad59a80ae96;p=thirdparty%2Fvuejs%2Frouter.git docs(zh): typo (#1636) Co-authored-by: Eduardo San Martin Morote --- diff --git a/packages/docs/zh/api/index.md b/packages/docs/zh/api/index.md index 954119a5..f21a811c 100644 --- a/packages/docs/zh/api/index.md +++ b/packages/docs/zh/api/index.md @@ -68,7 +68,7 @@ sidebar: auto - **默认值**:`false` - **详细内容**: - `` 是否应该将其内容包裹在 `` 元素中。在使用 [`v-slot`](#router-link-s-v-slot) 创建自定义 RouterLink 时很有用。默认情况下,`` 会将其内容包裹在 `` 元素中,即使使用 `v-slot` 也是如此。传递`自定义的` prop,可以去除这种行为。 + `` 是否应该将其内容包裹在 `` 元素中。在使用 [`v-slot`](#router-link-s-v-slot) 创建自定义 RouterLink 时很有用。默认情况下,`` 会将其内容包裹在 `` 元素中,即使使用 `v-slot` 也是如此。传递 `custom` prop,可以去除这种行为。 - **例如**: