Skip to content

Commit

Permalink
updated: Update deps and add the on-updated and on-before-updated lif…
Browse files Browse the repository at this point in the history
…ecycle methods
  • Loading branch information
GianlucaGuarini committed Jan 19, 2024
1 parent 0df007e commit 9a4a5c0
Show file tree
Hide file tree
Showing 5 changed files with 600 additions and 557 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ Each `<route>` component has its own lifecycle attributes in order to let you kn
<route path="/home"
on-before-mount={onBeforeHomeMount}
on-mounted={onHomeMounted}
on-before-update={onBeforeHomeUpdate}
on-updated={onHomeUpdated}
on-before-unmount={onBeforeHomeUnmount}
on-unmounted={onHomeUnmounted}
/>
Expand Down

0 comments on commit 9a4a5c0

Please sign in to comment.