get_component_detail
Parse a Vue component file to extract its props, events, slots, and other metadata.
Instructions
Parse a Vue component file to extract its Props, Events, Slots, and other metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | The absolute path of the .vue file to parse. |