W
W
wlms2019-03-18 18:02:36
Vue.js
wlms, 2019-03-18 18:02:36

Change nested vuex property state?

Until I transferred it to vuex, I changed it like this:

this.section.map(section => {
         section.chips.map(chip => {
           chip.close = true
         })
       })

how to change close state in vuex?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
alex, 2019-03-18
@smlwmy

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question