[Vuejs]-Compute all properties of a Vue.js state object in Chrome Devtools console?

1👍

Perhaps you are looking for the Vue Chrome Devtools extension which is awesome: https://github.com/vuejs/vue-devtools, https://chrome.google.com/webstore/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd?hl=en

It also features the vue component tree, editable data and props, events, time travel debugging and router support.

Vue Devtools

Leave a comment