You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stop listening to `popstate`and`hashchange`events.
3
+
`popstate`と`hashchange`イベントのリスニングを停止します。
4
4
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.
0 commit comments