Skip to content

Commit

Permalink
22
Browse files Browse the repository at this point in the history
  • Loading branch information
徐梦强 committed Sep 17, 2024
1 parent 1311ec0 commit e1f86e7
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions case/No4.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,30 @@ export default defineConfig({


## 整合 Element Plus

- [element plus 按需自动导入](https://element-plus.org/zh-CN/guide/quickstart.html)

##### 安装 Element Plus

```sh
npm install element-plus --save
```

##### 安装自动导入 Icon 依赖

```sh
npm install @element-plus/icons-vue
```

##### vite.config.ts 配置

```ts
```







## 整合 Vant

0 comments on commit e1f86e7

Please sign in to comment.