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 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/2.guide/1.concepts/2.vuejs-development.md
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 wondering where the `main.js` file is. Nuxt automatically handles this behind the scenes.
danielroe marked this conversation as resolved.
Show resolved Hide resolved
::

**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