0👍
Solution is simple: https://github.com/vuejs/vue/issues/4524
v-model on <select> sets the value to undefined if the <select> is lacking the matching <option>
- [Vuejs]-Update element in static vue component when sibling component changes
- [Vuejs]-Button's function triggered after second click
Source:stackexchange.com