We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd12771 commit c39eb72Copy full SHA for c39eb72
docs/zh/guide/mode-and-env.md
@@ -20,7 +20,7 @@ VUE_APP_SECRET=secret
20
21
::: tip 环境加载属性
22
23
-为一个特定模式准备的环境文件的 (例如 `.env.production`) 将会比一般的环境文件 (例如 `.env`) 拥有更高的优先级。
+为一个特定模式准备的环境文件 (例如 `.env.production`) 将会比一般的环境文件 (例如 `.env`) 拥有更高的优先级。
24
25
此外,Vue CLI 启动时已经存在的环境变量拥有最高优先级,并不会被 `.env` 文件覆写。
26
:::
0 commit comments