Skip to content

Commit c6f8b8e

Browse files
committed
pick up from vuejs#1304
1 parent 8856973 commit c6f8b8e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: docs/ja/essentials/navigation.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
#### `router.push(location, onComplete?, onAbort?)`
66

7+
**Note: Inside of a Vue instance, you have access to the router instance as `$router`. You can therefore call `this.$router.push`.**
8+
79
異なる URL へ遷移するときに `router.push` が使えます。このメソッドは history スタックに新しいエントリを追加します。それによってユーザーがブラウザの戻るボタンをクリックした時に前の URL に戻れるようになります。
810

911

0 commit comments

Comments
 (0)