[Vuejs]-Computed Property is defined in Vue Devtools, but not accessible by 'this' in mounted() hook

0👍

Make sure you pass router into the Vue configuration. That’s what makes $route reactive.

Leave a comment