Skip to content

Lesson 2: Setup Vue Devtools

stackoverflows edited this page Nov 8, 2017 · 1 revision

For Chrome, get the following extension:

https://github.com/vuejs/vue-devtools

Adds Vue tab for Chrome Inspector.

In Vue tab in Chrome Inspector you can inspect and manipulate Vue objects as follows:

$vm0.desc = "New Title" 

Clone this wiki locally