docs: update yarn -o option to --open (#24644)

This commit is contained in:
Phojie Rengel 2023-12-08 20:42:36 +08:00 committed by GitHub
parent 1abb5479c7
commit 2193891778
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,7 +103,7 @@ Now you'll be able to start your Nuxt app in development mode:
::code-group
```bash [yarn]
yarn dev -o
yarn dev --open
```
```bash [npm]