Vue.js 3 Fundamentals with the Composition API - Getting Started with Vue.js and the Composition API - Conditionals in Vue
Conditional rendering is essential on any dynamic website. Vue.js offers two ways to render elements on our page conditionally, and in this lesson we're learning how the v-if and v-else directives work.