find_vue_unused_reactive
Find Vue reactive declarations (ref, reactive, computed, shallowRef) that are unused in templates or scripts, helping to clean up dead code.
Instructions
Declared reactive state (ref/reactive/computed/shallowRef) not used in the template or the rest of the script (heuristic).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name or path of the loaded project |