Vuex keeps prompting [vuex] unknown mutation type: recruitmentArr

Code in main.js

store.commit("recruitmentArr", recruitmentArr);

Code in mutations.js

import * as types from "./mutation-types"
export default {
    [types.recruitmentArr] (state, val) {
        state.account = val
    }
}

Code in mutation-types.js

export const recruitmentArr = "recruitmentArr"
Mar.25,2021

print an empty mutations object via console.log ()
refresh the page after console.log (types) in mutations.js

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