Computed property from VueX store does not update component
I have a component that lists entries of an array of posts
(it’s stored as projects in the store). When created the component dispatches a action to the store that fetches the data and mutates the resulting data into the state. Which works fine and the component shows the computed property of posts
as populated (in Vue panel), but the template refuses to re-render its content.