mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-22 08:29:46 +00:00
docs: fix typo (#30963)
This commit is contained in:
parent
5aca9e63c1
commit
9aa2a958ba
@ -136,6 +136,6 @@ Before mounting the Vue application, Nuxt calls the [`app:beforeMount`](/docs/ap
|
|||||||
After mounting the Vue application, Nuxt calls the [`app:mounted`](/docs/api/advanced/hooks#app-hooks-runtime) hook.
|
After mounting the Vue application, Nuxt calls the [`app:mounted`](/docs/api/advanced/hooks#app-hooks-runtime) hook.
|
||||||
::
|
::
|
||||||
|
|
||||||
### Step 6: Vue Lifecycle
|
### Step 5: Vue Lifecycle
|
||||||
|
|
||||||
Unlike on the server, the browser executes the full [Vue lifecycle](https://vuejs.org/guide/essentials/lifecycle).
|
Unlike on the server, the browser executes the full [Vue lifecycle](https://vuejs.org/guide/essentials/lifecycle).
|
||||||
|
Loading…
Reference in New Issue
Block a user