chore: adjust formatting

pull/3847/merge
Divyansh Singh 2 weeks ago committed by GitHub
parent e99db8087a
commit c616a43a9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -103,8 +103,8 @@ interface Router {
*/
onBeforeRouteChange?: (to: string) => Awaitable<void | boolean>
/**
* Called before the page component is loaded (after the history state is
* 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.
*/
onBeforePageLoad?: (to: string) => Awaitable<void | boolean>
/**

Loading…
Cancel
Save