# Vue 3 + Vite

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.

## Recommended IDE Setup

-   [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar)

### 基础组件

```
Button 按钮
Layout 布局
Icons 图标
Loading 加载
Image 图片
Toast 轻提示
Message 消息提示
Progress 进度条
Dialog 弹窗提示
Tag 标签
Tooltip 文字提示
Popover 弹出窗
```

### 表单

```
Input 输入框
Select 下拉框
```
