mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-03-11 02:29:21 -05:00
docs: fix typo in env doc (#1344)
This commit is contained in:
committed by
Evan You
parent
1075576690
commit
f50b0dbf9a
@@ -63,7 +63,7 @@ In addition to `VUE_APP_*` variables, there are also two special variables that
|
||||
All resolved env variables will be available inside `public/index.html` via [lodash template interpolation](https://lodash.com/docs/4.17.5#template):
|
||||
|
||||
- `<%= VAR %>` for unescaped interpolation;
|
||||
- `<%- VAR %>` for HTML-escaped interpolationl;
|
||||
- `<%- VAR %>` for HTML-escaped interpolation;
|
||||
- `<% expression %>` for JavaScript control flows.
|
||||
|
||||
For example, to reference static assets copied from the root of `public`, you will need to use the `BASE_URL` variable:
|
||||
|
||||
Reference in New Issue
Block a user