docs: fix typo (#30963)

This commit is contained in:
Hans Tu 2025-02-12 16:42:52 +08:00 committed by Daniel Roe
parent 889eb6be29
commit 643e47ac40
No known key found for this signature in database
GPG Key ID: 3714AB03996F442B

View File

@ -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.
::
### 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).