...

/

Coding Challenge: Bindings and Reactivity

Coding Challenge: Bindings and Reactivity

Solve the coding challenge based on the concepts learned in this chapter.

We'll cover the following...

Problem

A Vue app is presented below. It displays a list of employees. It also has a search bar that allows a search of the employees. The search is implemented using v-if with a v-for ...