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
       }
      
      }
      
    },
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b31255-40db1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b31255-40db1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?