chore: install using pnpm (#44639)

This commit is contained in:
btea 2023-09-05 23:15:20 +08:00 committed by GitHub
parent 1b61870c5d
commit 002382c85f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -78,6 +78,10 @@ npm install antd --save
yarn add antd
```
```bash
pnpm add antd
```
## 🔨 示例
```jsx

View File

@ -78,6 +78,10 @@ npm install antd
yarn add antd
```
```bash
pnpm add antd
```
## 🔨 Usage
```jsx