Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

docs: rewrite note wording #5462

Merged
merged 2 commits into from
Jun 15, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/2.guide/1.concepts/2.vuejs-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

::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.**
Expand Down