I have a vuex file with a growing mass of mutators, but I\'m not sure of the correct way of splitting it out into different files.
Because I have:
cons
You can break them into different modules. That way you can keep all related mutations, getters, state and actions in separate files. The documentation explains it better than I can: https://vuex.vuejs.org/en/modules.html