[Vuejs]-Commit mutation from action in another store via root? Vue2 Nuxt Vuex

0👍

The fix was a) making sure I called commit in the action parameters. and b) not using setTimeout in the mutation, but instead setting a mutation to hide, and using the actions to setTime.

Leave a comment