查询组件 API
get_component_apiRetrieve complete API details for a component by tag, including props, events, and slots, to generate accurate usage code.
Instructions
按 tag(如 see-button)返回单个组件的完整 API:props(含类型/必填/默认值/说明)、events(模板绑定名,kebab-case,如 @on-click)、slots。用于生成使用该组件的准确代码。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | Yes | 组件标签,见 list_components,如 see-button、see-input |