docs: fix typo (#30963)

This commit is contained in:
Hans Tu 2025-02-12 16:42:52 +08:00 committed by GitHub
parent 5aca9e63c1
commit 9aa2a958ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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).