Skip to content

Commit

Permalink
Fix indentation of --inline-vue description (#4733)
Browse files Browse the repository at this point in the history
  • Loading branch information
mul14 authored and sodatea committed Oct 21, 2019
1 parent 86c500f commit 2cdb50c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guide/cli-service.md
Expand Up @@ -55,7 +55,7 @@ Options:
```

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

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

0 comments on commit 2cdb50c

Please sign in to comment.