The Vue.js 2 Master Class
Plans from $25/month

This lesson is for members. Join us?

Subscribe now and get immediate access to this course, 30 more and all future Vue.js courses!

🚧 NOTICE: You are watching a Vue.js 2 lesson

Conditionally display multiple elements with an invisible wrapper

In this vue.js tutorial, we'll learn how we can conditionally show a group of elements, without having to use the v-if directive on all elements, by wrapping them in an invisible wrapper.