Vuex changed the value of state, but the page was not updated

A property of state is used in both components. One component modifies this property, but the other component does not update the data

Mar.05,2021

state to use computed return


if you also use getters in data
suggested components in computed store


see if you modify it using the mutations definition method. If not, other components cannot be updated by Synchronize

.
 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-1b32294-2bdfb.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-1b32294-2bdfb.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?