Error: vuex do not mutate vuex store state outside mutation handlers Even with const passed to mutation
问题 as advise by @skirtle on another same problem, used const to mutate my state but get error. to be more clear, my state is an empty array, it will be filled the first time, but i get the error if i even try to change my select!!! let alone send another mutation!! so i think if i fill my state before this, (in case of editing my product), i'll get the error the on first try too. here is the codes: <template> <div class="pt-6"> <v-row class="ma-0"> <v-col cols="12" md="12" class="pa-0"> <v-row