docs: fix doc tag (#10083)

This commit is contained in:
0song
2022-10-14 00:24:50 +08:00
committed by GitHub
parent 1f16d3acb4
commit 359d2f6587
2 changed files with 4 additions and 4 deletions

View File

@@ -9,14 +9,14 @@ Here are the problems that are easy to encounter in development.
## If you encounter dependency related issues
```bash
```shell
rm -fr node_modules
pnpm i
```
## Link local dependencies
```bash
```shell
# get dist
pnpm build
cd dist/element-plus

View File

@@ -9,7 +9,7 @@ lang: en-US
With command
```bash
```shell
pnpm i
```
@@ -19,7 +19,7 @@ the project will install all dependencies.
With command
```bash
```shell
pnpm docs:dev
```