Skip to content

Commit 1c0ab87

Browse files
committed
change on the 'fly' to 'client' to avoid idioms
1 parent b449705 commit 1c0ab87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ In the [`dist/` directory of the NPM package](https://unpkg.com/vue@latest/dist/
8888

8989
### Runtime + Compiler vs. Runtime-only
9090

91-
If you need to compile templates on the fly (e.g. passing a string to the `template` option, or mounting to an element using its in-DOM HTML as the template), you will need the compiler and thus the full build:
91+
If you need to compile templates on the client (e.g. passing a string to the `template` option, or mounting to an element using its in-DOM HTML as the template), you will need the compiler and thus the full build:
9292

9393
``` js
9494
// this requires the compiler

0 commit comments

Comments
 (0)