Vue
Introduction to Vue.js: Directives

Solution: Using Directives

PRO
Outline

In this solution, we iterated over list of information using V-For, and displayed a certain background color based on the logic found in the V-Bind directives. We also used V-IF and Else-If to show certain data based on conditions found in the application.

 

I finished! On to the next chapter