vue_template_binding_analysis
Analyzes a Vue component's template to identify script variables used, helping detect unused bindings and improve code quality.
Instructions
Analyzes which script variables are used in the of a .vue component.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Relative path to the .vue file | |
| name | Yes | Name or path of the loaded project |