<h1 v-if="awesome">Vue is awesome !</h1> <h1 v-else-if="sowSow">Vue is not very nice !</h1> <h1 v-else>Vue is baaaad !</h1>