Skip to content

Vue Tools

1 tool for Vue component inspection. Registered after detect finds Vue 2 or Vue 3.

component_vue_tree

Traverse the Vue component tree with reactive state and computed properties.

ParameterTypeDefaultDescription
depthnumber8Tree depth (1-20)
componentNamestringFilter to a specific component

Returns:

  • Component hierarchy
  • Reactive state (data in Vue 2, ref/reactive in Vue 3)
  • Computed property values
  • provide/inject bindings
  • Props passed from parent

Works with both Vue 2 (Options API) and Vue 3 (Composition API).

Released under the MIT License.