Skip to content

Commit 33b852f

Browse files
author
Guillaume Chau
committed
docs: fix tip [ci skip]
1 parent fdb51e1 commit 33b852f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guide/mode-and-env.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ In addition to `VUE_APP_*` variables, there are also two special variables that
7474

7575
All resolved env variables will be available inside `public/index.html` as discussed in [HTML - Interpolation](./html-and-static-assets.md#interpolation).
7676

77-
::: tip
78-
You can have computed env vars in your `vue.config.js` file. They still need to be prefixed with `VUE_APP_`. This is useful for version info `process.env.VUE_APP_VERSION = require('./package.json').version`
79-
:::
77+
::: tip
78+
You can have computed env vars in your `vue.config.js` file. They still need to be prefixed with `VUE_APP_`. This is useful for version info `process.env.VUE_APP_VERSION = require('./package.json').version`
79+
:::
8080

8181
## Local Only Variables
8282

0 commit comments

Comments
 (0)