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.
| Parameter | Type | Default | Description |
|---|---|---|---|
depth | number | 8 | Tree depth (1-20) |
componentName | string | — | Filter to a specific component |
Returns:
- Component hierarchy
- Reactive state (
datain Vue 2,ref/reactivein Vue 3) - Computed property values
provide/injectbindings- Props passed from parent
Works with both Vue 2 (Options API) and Vue 3 (Composition API).