Skip to content

Commit

Permalink
docs: fix typos (vuejs#3646)
Browse files Browse the repository at this point in the history
  • Loading branch information
miyahkun authored Oct 15, 2021
1 parent 57d8042 commit 221e8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ja/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sidebar: auto

`router-link`[スコープ付きスロット](https://jp.vuejs.org/v2/guide/components-slots.html#%E3%82%B9%E3%82%B3%E3%83%BC%E3%83%97%E4%BB%98%E3%81%8D%E3%82%B9%E3%83%AD%E3%83%83%E3%83%88)を通して低レベルなカスタマイズを提供しています。これは、主にライブラリ作者をターゲットにした高度な API ですが、ほとんどの場合 _NavLink_ などのようなカスタムコンポーネントでも同様に開発者にとっても大変便利です。

**`v-slot` API を使うとき、それは単一の子を `router-link` に通す必要がります** そうしない場合は、 `router-linke``span` 要素で子をラップします。
**`v-slot` API を使うとき、それは単一の子を `router-link` に通す必要があります** そうしない場合は、 `router-link``span` 要素で子をラップします。

```html
<router-link
Expand Down

0 comments on commit 221e8b3

Please sign in to comment.