Skip to content

Commit

Permalink
docs: revert
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Sep 1, 2024
1 parent a224749 commit 912dad0
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion docs/es/reference/runtime-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ interface Router {
* atualizado). Retorne `false` para cancelar la navegación.
*/
onBeforePageLoad?: (to: string) => Awaitable<void | boolean>
onAfterPageLoad?: (to: string) => Awaitable<void>
/**
* Llamado después del cambio de ruta.
*/
Expand Down
1 change: 0 additions & 1 deletion docs/ko/reference/runtime-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ interface Router {
* 탐색을 취소하려면 `false`를 반환.
*/
onBeforePageLoad?: (to: string) => Awaitable<void | boolean>
onAfterPageLoad?: (to: string) => Awaitable<void>
/**
* 라우트가 변경된 후 호출.
*/
Expand Down
1 change: 0 additions & 1 deletion docs/pt/reference/runtime-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ interface Router {
* atualizado). Retorne `false` para cancelar a navegação.
*/
onBeforePageLoad?: (to: string) => Awaitable<void | boolean>
onAfterPageLoad?: (to: string) => Awaitable<void>
/**
* Chamado após a mudança de rota.
*/
Expand Down
1 change: 0 additions & 1 deletion docs/ru/reference/runtime-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ interface Router {
* обновлено). Верните `false`, чтобы отменить навигацию.
*/
onBeforePageLoad?: (to: string) => Awaitable<void | boolean>
onAfterPageLoad?: (to: string) => Awaitable<void>
/**
* Вызывается после изменения маршрута.
*/
Expand Down

0 comments on commit 912dad0

Please sign in to comment.