fix(docs); typo on Nuxt guide page (#4745)

This commit is contained in:
thunfisch987
2023-09-10 04:04:05 +02:00
committed by GitHub
parent 4280f74429
commit e2d327881c

View File

@@ -45,9 +45,9 @@ Nuxt 3.6.5 with Nitro 2.5.2
---
Once the dev server spins up, open [http://localhost:3000](http://localhost:3000) to see the app. The app will render Nuxt's built-in `WelcomePage` template component.
Once the dev server spins up, open [http://localhost:3000](http://localhost:3000) to see the app. The app will render Nuxt's built-in `NuxtWelcome` template component.
To start developing your app, replace `<WelcomePage />` in `app.vue` with your own UI.
To start developing your app, replace `<NuxtWelcome />` in `app.vue` with your own UI.
{% image src="https://github.com/oven-sh/bun/assets/3084745/2c683ecc-3298-4bb0-b8c0-cf4cfaea1daa" caption="Demo Nuxt app running on localhost" /%}