Skip to content

Commit 2cdb50c

Browse files
mul14haoqunjiang
authored andcommitted
Fix indentation of --inline-vue description (#4733)
1 parent 86c500f commit 2cdb50c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide/cli-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Options:
5555
```
5656

5757
::: tip --copy
58-
Copying to clipboard might not work on a few platforms.
58+
Copying to clipboard might not work on a few platforms.
5959
If copying was successful, `(copied to clipboard)` is displayed next to the local dev server URL.
6060
:::
6161

@@ -78,7 +78,7 @@ Options:
7878
--no-unsafe-inline build app without introducing inline scripts
7979
--target app | lib | wc | wc-async (default: app)
8080
--formats list of output formats for library builds (default: commonjs,umd,umd-min)
81-
--inline-vue include the Vue module in the final bundle of library or web component target
81+
--inline-vue include the Vue module in the final bundle of library or web component target
8282
--name name for lib or web-component mode (default: "name" in package.json or entry filename)
8383
--filename file name for output, only usable for 'lib' target (default: value of --name),
8484
--no-clean do not remove the dist directory before building the project

0 commit comments

Comments
 (0)