Skip to content

Commit 700f69d

Browse files
committed
translate api/stop.md
1 parent cb4204d commit 700f69d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ja/api/stop.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# `router.stop()`
22

3-
Stop listening to `popstate` and `hashchange` events.
3+
`popstate` `hashchange` イベントのリスニングを停止します。
44

5-
Note that when a router is in stopped state, `router.app` is not destroyed and you can still navigate around using `router.go(path)`. You can also restart the router by calling `router.start()` again with no arguments.
5+
ルーターが停止された状態であるとき、`router.app` は破壊されず、まだ `router.go(path)` を使用してナビゲートできることに注意してください。引数なしでまた `router.start()` を呼び出すことによってルーターを再開始もできます。

0 commit comments

Comments
 (0)