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

This lesson is for members. Join us?

Subscribe now to get instant access to this course, plus a full library of Vue.js courses tailored to the plan you choose.

🚧 PLEASE NOTE: An updated version of this course is available! see the The Vue.js Master Class 2024 Edition course. This course is outdated!

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.