Vue
Introduction to Vue.js: Directives

V-Else-If

PRO
Outline

V-Else-If is an extension of V-If, and allows you to render items on the DOM based on more than one condition.

To view the example demo for this video, feel free to look at the codesandbox here: https://codesandbox.io/s/directives-intro-b2lfk by looking at MarksComponent.vue

 

I finished! On to the next chapter