What problem does it solve? Developers building Vue 3 admin interfaces often need quick, accurate answers about Element Plus components, theming, auto-import setup, and common integration pitfalls without digging through the full official documentation. ## Core Features & Use Cases - Component Usage Guidance: Covers el-form, el-table, el-dialog, el-date-picker, el-select, el-upload and more with ready-to-use Vue 3 code examples and TypeScript types. - Setup & Integration: Explains full import vs. on-demand auto-import via unplugin-vue-components, theme customization with CSS variables or SCSS, dark mode, and i18n with 70+ locale packs. - Troubleshooting: Answers common issues like styles not applying, form validation failing, bundle size reduction, and Element UI (Vue 2) migration differences. - Use Case: When building a Vue 3 admin dashboard and you need to implement a validated form with date range pickers and a data table, this reference provides the exact component APIs, validation patterns, and import configuration. ## Quick Start Ask how to use a specific Element Plus component or solve an integration issue in your Vue 3 project, such as setting up form validation with el-form.