Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

JustInCase's avatar

Perform Vuex Action after one is performed

Hello! , i am facing error because : in app.vue

this.$store.dispatch("Auth/USER_GET");

called on mounted and in links.vue

this.$store.dispatch("Links/GET");

this is called on mounted, but sometimes this is causing problem resulting in "failed to load response no resource with given identifier found" is there any way to perform vuex action only after one is done?

0 likes
2 replies

Please or to participate in this conversation.