On the problem of error reporting in Vuex

problem description

if you want to click on the menu through vuex, tab will add the

I just clicked.

action,

//

store


mutation





elementtabs

*


state

look at all the great gods. I don"t know what the problem is. I"ve been looking for it for a long time

May.07,2021

did not set set, for the editableTabsValue property of computed. Try to write this and see

computed: {
      editableTabsValue:{
       
       get:function(){
       
         return this.$store.state.editableTabsValue
         
       },
       set:function(newValue){
              //doSomething
       }
      
      }
      
    },
Menu