Vue.js Dev Tools - Vuex
If you are using Vuex in your project, one really cool thing that you can access to is
the Vuex tab in the Vue Dev Tools.
What this allow us to do is to monitor the state of the application as we make changes
to the data.
If you remember how our month selector up here, it triggers some mutations, so if we
increment, you'll see that we get this setCurrentMonth mutation over in this list on the left.
What's really cool about this is that you
Click to load comments...