dobromir-hristov / vuecommunity

Vue.js community and ecosystem guide, written and maintained by the community itself
https://vue-community.org
167 stars 81 forks source link

Mutation executing multiple times #153

Closed vickyksingh closed 4 years ago

vickyksingh commented 4 years ago

Hi,

I have created local store and registered in my component and it it working fine.

but the problem is when i reload my app and navigate to that component where i register and using local store mutation gets called once. when i navigate back to home page and again navigation to that component mutation executing 4 times. All the times mutation execution getting increases in format(1x1, 2x2, 3x3, 4x4......)

dobromir-hristov commented 4 years ago

I am sorry, but Vue community is just for collecting learning resources. Please ask in Vue discord chat, stack overflow or Vue forums.