Execute Component Methods
Use the form API to call native methods of specific components (such as focus, show) for direct control and interactive operations on form components.
Note
In the setup syntax, you need to export through the defineExpose method to call it from outside the component.


