Currently I am tackling a complex project that is built using Vue. Our team has opted to use Vuex as our state management system, however there are certain components where the data is not needed elsewhere. Should I follow convention and store this data in a Vuex module, or would it be acceptable to keep it stored in the component's local data? Looking forward to hearing your thoughts.