Global Loading and messaging
-
I made a Vuex store module named application. There is two state variables loading and errorMessage. In my layout I like to watch this variables are changing. I tried a lot of methods but does not working. Where I find the correct solution and what is it?
-
Can you show the code of what you have done so far. It helps in solving your problem
-
Now it is working. I made a gist for it: https://gist.github.com/sajt/d7e62a2578cbea555354affe8683bcad Please review it. Thanks
-
Amon - Thanks from Michigan! I got my watch watching by reference to your github code.