mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-05-12 14:58:26 -05:00
docs(zh): fix typo in mode-and-env.md (#5224)
This commit is contained in:
@@ -20,7 +20,7 @@ VUE_APP_SECRET=secret
|
||||
|
||||
::: tip 环境加载属性
|
||||
|
||||
为一个特定模式准备的环境文件的 (例如 `.env.production`) 将会比一般的环境文件 (例如 `.env`) 拥有更高的优先级。
|
||||
为一个特定模式准备的环境文件 (例如 `.env.production`) 将会比一般的环境文件 (例如 `.env`) 拥有更高的优先级。
|
||||
|
||||
此外,Vue CLI 启动时已经存在的环境变量拥有最高优先级,并不会被 `.env` 文件覆写。
|
||||
:::
|
||||
|
||||
Reference in New Issue
Block a user