Category: Vue.js
-
[Solved] Vue.js Inner Components Not Updating
I came across an interesting problem in Vue.js and wanted to share the solution. The Problem Inner components were not updating based on changes to a computed value. Here is a snippet: When ‘unselected’ (a computed value) was updated, the view didn’t change. I confirmed that the computed value ‘unselected’ and v-for were working by…
