Lifecycle Hooks

Learn about the Vue instance lifecycle hooks.

Lifecycle hooks

When a Vue instance passes through its lifecycle, it offers some functions that are executed at every transitional step in the lifecycle so that certain tasks can be performed during these stages. These functions are called “lifecycle hooks”.

There ...

svg viewer