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, click 'Run' and see what happens. Then remove 'burrito' and click 'Run' 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