Questions about vue's reactivity, which is all about auto updating arrays and object properties when changed.
Vue reactivity basically means Vue auto updates properties and array objects when they are modified. Check out the article from vuejs for more information.