how-to-structure-a-complex-vuex-store
how-to-structure-a-complex-vuex-store copied to clipboard
Clear vuex state
If we want to clear data when our component destroyed in order we do not cache data, can we subscribe destroyed hook and call vuex action resetForm?
Or this behavior is not preferably?