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.