This lesson is for members. Join us?
Subscribe now and get immediate access to this course, 30 more and all future Vue.js courses!
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.