8000 fix: update ja docs by kazupon · Pull Request #3214 · vuejs/vue-router · GitHub
[go: up one dir, main page]

Skip to content

fix: update ja docs #3214

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 20 commits into from
Jun 7, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/ja/api/README.md
Co-authored-by: Katashin <ktsn55@gmail.com>
  • Loading branch information
kazupon and ktsn authored Jun 7, 2020
commit 3d20b74282984d2677a5e9fa03866fcca6eb408b
2 changes: 1 addition & 1 deletion docs/ja/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ sidebar: auto
- `isActive`: [アクティブクラス (active class)](#active-class) が適用されるとき、`true` になります。任意のクラスを適用できます。
- `isExactActive`: `true` if the [正確なアクティブクラス (exact active class)](#exact-active-class) が適用されるとき、`true` になります。 任意のクラスを適用できます。

#### 例: アクティブクラスを外部要素への適用
#### 例: アクティブクラスを外部要素へ適用

アクティブクラスを `<a>` タグ自身よりも、外側の要素に対して適用したいことがあるでしょう。その場合、`<router-link>` 内の要素を `v-slot` を使ってリンクを作成することでラップできます。

Expand Down
0