Conditional Rendering It is also possible to add an “else block” with v-else: <h1 v-if="awesome">Vue is awesome!</h1>