-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
Closed
Labels
Description
I'm in process migrating an application from Vue 1.x to 2.0.3. In this application I'm having several selects where each v-model binds to an individual index of an array . This is without problems in Vue 1.x but in version 2 it does not update. I believe this is a potential bug.
I have reproduced the problem here:
https://jsfiddle.net/peterkorgaard/a7vvz753/18/
Vue.js version
2.0.3
Reproduction Link
https://jsfiddle.net/peterkorgaard/a7vvz753/18/