docs: fix code path (#6271)

Co-authored-by: linjiahao7 <linjiahao7@jd.com>
This commit is contained in:
Wu Duo 2022-02-25 11:25:36 +08:00 committed by GitHub
parent 0f5fe32b79
commit 1d36ef7786
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ pnpm run docs:dev
```shell
# If you would like to run a local playground to test out your changes against
# Some specific component
touch play/scr/App.vue # Adding an entry for the play to run.
touch play/src/App.vue # Adding an entry for the play to run.
pnpm run dev
```