[Vuejs]-Handle interaction between vue fields

0👍

See this new fiddle where it is fixed.

When you use v-model on a custom component you need to add a property named value and watch it for changes, so it can update the local property this.search.

Leave a comment