What is new in Vue 3

Watch this course for FREE this weekend only.
Create an account to start watching.

or

Multiple root nodes in the template

In this lesson, we'll learn that Vue 3 comes with official support for multiple root nodes, which is called fragments. In other words, in Vue 3, you will be able to create component templates that have multiple root elements (nodes) which was not feasible in Vue 2.

We'll also learn how to deal with the ESLint errors that arise if you're using ESLint.