2👍
https://v2.vuejs.org/v2/guide/migration.html#twoWay-Prop-Option-removed
twoWay
Prop Option removedProps are now always one-way down. To produce side effects in the
parent scope, a component needs to explicitly emit an event instead of
relying on implicit binding.
You will need to write a wrapper component. As it happens, the example is for select2.
- [Vuejs]-Not see syntax error, was working at JSfiddle
- [Vuejs]-Unable to access `get` method in vue-resource
Source:stackexchange.com