chore: fix typo (#9306)

This commit is contained in:
Tycho 2023-10-26 17:08:37 +08:00 committed by GitHub
parent f32ec17131
commit edf2572615
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ Shortcut for starting the SFC Playground in local dev mode. This provides the fa
### `nr dev-esm` ### `nr dev-esm`
Builds and watches `vue/dist/vue-runtime.esm-bundler.js` with all deps inlined using esbuild. This is useful when debugging the ESM build in a reproductions that require real build setups: link `packages/vue` globally, then link it into the project being debugged. Builds and watches `vue/dist/vue-runtime.esm-bundler.js` with all deps inlined using esbuild. This is useful when debugging the ESM build in a reproduction that requires real build setups: link `packages/vue` globally, then link it into the project being debugged.
### `nr dev-compiler` ### `nr dev-compiler`