VueGWT / vue-gwt

Vue.js Components/Custom Elements in Java with GWT. Developed at https://www.genmymodel.com.
https://vuegwt.github.io/vue-gwt/
MIT License
204 stars 46 forks source link

Set method on List is not observerd #9

Closed adrienbaron closed 6 years ago

adrienbaron commented 7 years ago

When using:

myList.set(1, newValue);

on a Java List Vue.js observers are not triggered. Some wrapping is missing.