In this video I talk about fixing a bug in the Vuetify date picker. The bug came about because I was adding a new property to an object and Vue can't detect the new property and make it Reactive. Using the Vue.set() function is needed. I also talk about using the Vue DevTools chrome extension and how using a mutation is required for changes to be seen when debugging Vuex storage variables.
This video is part of a playlist:
• Real Time Database with Vue.js + Vuex...
It is also part of a blog post on DedicatedManagers.com:
http://www.dedicatedmanagers.com/real...
The source code for this project is available publicly on the Dedicated Managers Github account:
https://github.com/DedicatedManagers/...