Vue.js Track Detail
How do you perform asynchronous operations?
In Vuex, mutations are synchronous transactions. But if you want to handle asynchronous operations then you should use actions.
Vue.js Track Detail
In Vuex, mutations are synchronous transactions. But if you want to handle asynchronous operations then you should use actions.