mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
docs: fix typo (#4617)
This commit is contained in:
parent
470b273bcf
commit
f0594d9037
@ -56,7 +56,7 @@ Nuxt 3 is based on Vue 3. The new major Vue version introduces several changes t
|
||||
|
||||
### Faster rendering
|
||||
|
||||
The Vue Virtual DOM (VDOM) has been rewritten from the ground up and allows for better rendering performance. On top of that, when working with compiled Single File Components, the Vue compiler can further optimize them at build time by separating static and dynamic markup.
|
||||
The Vue Virtual DOM (VDOM) has been rewritten from the ground up and allows for better rendering performance. On top of that, when working with compiled Single-File Components, the Vue compiler can further optimize them at build time by separating static and dynamic markup.
|
||||
|
||||
This results in faster first rendering (component creation) and updates, and less memory usage. In Nuxt 3, it enables faster server-side rendering as well.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user