0 votes
in VueJS by
How do you perform asynchronous operations?

1 Answer

0 votes
by

In Vuex, mutations are synchronous transactions. But if you want to handle asynchronous operations then you should use actions.

...