Version
2.4.2
Reproduction link
https://jsfiddle.net/floorish/e2h2vwc2/
Steps to reproduce
Dynamically change the <option>s in a <select v-model="val"> tag and the v-model triggers a change event, but the actually chosen option hasn't changed.
What is expected?
v-model does not trigger a change event
What is actually happening?
v-model triggers a change event
Change of behaviour intruduced in c90b140