We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e99db80 commit c616a43Copy full SHA for c616a43
docs/en/reference/runtime-api.md
@@ -103,8 +103,8 @@ interface Router {
103
*/
104
onBeforeRouteChange?: (to: string) => Awaitable<void | boolean>
105
/**
106
- * Called before the page component is loaded (after the history state is
107
- * updated). Return `false` to cancel the navigation.
+ * Called before the page component is loaded (after the history state is updated).
+ * Return `false` to cancel the navigation.
108
109
onBeforePageLoad?: (to: string) => Awaitable<void | boolean>
110
0 commit comments