Example with 'v-if', 'v-else-if' and 'v-else'

In this example all three directives 'v-if', 'v-else-if' and 'v-else' are used together.

Remove 'pizza' from the 'text' property inside the Vue instance, and see what happens. Then remove 'burrito' and see what happens one more time.

The text includes the word 'pizza'

The text includes the word 'burrito', but not 'pizza'

The words 'pizza' or 'burrito' are not found in the text