нет,с чем может быть связано?
The issue is that you aren’t updated the Vuex state, simply the local component state. The computed property watches this.endpoints so on initial render it grabs the state, but because you never update the Vuex state it doesn’t cause the computed property to re-evaluate. You need to update the Vuex state endpoints in order for adjustedEndpoints to evaluate again.
https://forum.vuejs.org/t/vuex-state-updates-but-computed-property-doesnt/35754
прочитай самый последний коммент от автора
Обсуждают сегодня