docs: update vuejs-development (#5679)

This commit is contained in:
Cupid Valentine 2022-07-01 17:19:45 +08:00 committed by GitHub
parent fe508f5d20
commit 0e3df24c8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ Nuxt uses Vue as a frontend framework and adds features such as component auto-i
## Vue.js
> While an in-depth knowledge of Vue is not required to use Nuxt, we recommend that you read the documentation and go through some of the examples on [vuejs.org](https://vuejs.org/)
> While an in-depth knowledge of Vue is not required to use Nuxt, we recommend that you read the documentation and go through some of the examples on [vuejs.org](https://vuejs.org/).
>
Nuxt has always used Vue as a frontend framework. We chose to build Nuxt on top of Vue for these reasons:
@ -44,7 +44,7 @@ Try to replace the `<template>`s content with a custom welcome message. The b
**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.**
**Otherwise, go to the next chapter to discover another key feature of Nuxt: [Rendering modes](/guide/concepts/rendering)**
**Otherwise, go to the next chapter to discover another key feature of Nuxt: [Rendering modes](/guide/concepts/rendering)**.
## Differences with Nuxt 2 / Vue 2