Closed adrienbaron closed 6 years ago
When using:
myList.set(1, newValue);
on a Java List Vue.js observers are not triggered. Some wrapping is missing.
When using:
on a Java List Vue.js observers are not triggered. Some wrapping is missing.