Vue Composition API// TODO:Reactivity Part 2In the previous section, we learned about ref and computed. In this section, we will learn about reactive and watch that fullfills our basic needs for reactivity. Components Edit this page