Vuex the initial value of one field depends on another field, and then the interaction can change that field, so where should this field be placed?

vuex the initial value of one field depends on another field, and then the interaction can change the field, so where should the field be placed

Mar.30,2021

state.a||state.b

const count = 0;
const store = new Vuex.Store({
  state: {
    count,
    a: count, // acount
  },
  mutations: {
    increment (state) {
      state.countPP
    }
  }
})
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-1b3b43e-2c265.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-1b3b43e-2c265.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?