diff options
-rw-r--r-- | docs/guides/ecosystem/nuxt.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/guides/ecosystem/nuxt.md b/docs/guides/ecosystem/nuxt.md index 3a2e88c5a..c86029dc2 100644 --- a/docs/guides/ecosystem/nuxt.md +++ b/docs/guides/ecosystem/nuxt.md @@ -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" /%} |