Learn Vue JS course Learn Javascript and Vue JS Learn VueJS course Learn VueJS Tutorial

What is new in Vue 3

Get access to the most comprehensive Vue.js video library in the world. Over 300 video lessons including the newest Vue 3 features.

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.