Lifecycle Hooks
👉
Read more in Guide > Going Further > Hooks.
App Hooks (runtime)
Check the app source code for all available hooks.
Hook | Arguments | Description |
---|---|---|
app:created | vueApp | When initial vueApp instance is created |
app:beforeMount | vueApp | Same as app:created |
app:mounted | vueApp | When Vue app is initialized and mounted in browser |
app:rendered | - | When SSR rendering is done |
app:suspense:resolve | appComponent | On Suspense resolved event |
page:start | pageComponent | On Suspense pending event |
page:finish | pageComponent | On Suspense resolved event |
meta:register | metaRenderers | (internal) |
vue:setup | - | (internal) |
Nuxt Hooks (build time)
Check the schema source code for all available hooks.
🚧
Documentation for this section is not yet complete. You can contribute to the documentation.