Outline
After completing this section, you will have seen how to do the following:
- Use v-if and else if to conditionally render items on the screen
- Bind classes to your app conditionally
- Use forms and capture user inputs
- And lastly we saw how to BIND and REACT to DOM events
Now, we shall head over to the forms section and see a more realistic example of how to use v-model and work with data.