Conditional Rendering

    It is also possible to add an “else block” with v-else:

    1. <h1 v-if="awesome">Vue is awesome!</h1>