0π
I thought I had the same problem because the data did not update in vue devtools, but I have checked it with the good old console.log() method and it shows, that the data is updated
0π
I had this issue when I incorrectly used "=" in a v-if conditional. Once I corrected it to "===" the issue was solved. I donβt understand why, but I think it has something to do with how it compiles in app.js.
- [Vuejs]-Scroll to bottom in Ionic Vue
- [Vuejs]-Vue 2 β How to v-for a property from an array that is inside an object
Source:stackexchange.com