Is there a created() for vuex actions to auto dispatch
问题 I have an action within vuex that I would like to auto dispatch within vuex itself rather than a component. I have created a notification bar that changes through different notifications which is on multiple pages. Rather than the notifications start from the beginning when I switch page I have created a store to set which notification to show. I would like to dispatch the rotate function in the vuex store from within vuex rather than from within a component Please note: I'm using Nuxt VUEX