--- name: Create Vue Components description: CREATE Vue 3 components with Composition API and TypeScript. Build reactive components, handle props/events, implement lifecycle hooks, and integrate with Vue Router. Use when building new UI components or fixing component bugs. --- # Vue.js Development ## Instructions ### Component Creation Pattern Always use this structure for Vue 3 components in this project: ```vue ``` ### Key Requirements - Always use `