mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-26 07:32:01 +00:00
docs: rewrite note wording (#5462)
Co-authored-by: Daniel Roe <daniel@roe.dev>
This commit is contained in:
parent
92c5a94d03
commit
cd338f4537
@ -39,7 +39,7 @@ Inside the `<template>` of the component, we use the `<Welcome>` component creat
|
|||||||
Try to replace the `<template>`’s content with a custom welcome message. The browser window on the right will automatically render the changes without reloading.
|
Try to replace the `<template>`’s content with a custom welcome message. The browser window on the right will automatically render the changes without reloading.
|
||||||
|
|
||||||
::alert{type="info"}
|
::alert{type="info"}
|
||||||
💡 If you are familiar with Vue, you might wonder where is the `main.js` file that creates a Vue app. Nuxt does this part behind the scene.
|
💡 If you're familiar with Vue, you might be looking for the `main.js` file that creates a Vue app instance. Nuxt automatically handles this behind the scenes.
|
||||||
::
|
::
|
||||||
|
|
||||||
**If you were a previous user of Nuxt 2 or Vue 2, keep reading to get a feel of the differences between Vue 2 and Vue 3, and how Nuxt integrates those evolutions.**
|
**If you were a previous user of Nuxt 2 or Vue 2, keep reading to get a feel of the differences between Vue 2 and Vue 3, and how Nuxt integrates those evolutions.**
|
||||||
|
Loading…
Reference in New Issue
Block a user