Lifecycle hooks of components are exposed as pass through using the hooks property so that callback functions can be registered. Available callbacks are beforeCreate, created, beforeUpdate, updated,beforeMount, mounted,beforeUnmount and unmounted. Refer to the Vue.js documentation for detailed information about lifecyce hooks.