Skip to content

Commit

Permalink
docs: fixed a sentence into bold (#1524)
Browse files Browse the repository at this point in the history
  • Loading branch information
Styx11 authored and ktsn committed Mar 19, 2019
1 parent 120cec0 commit b58d3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/zh/guide/strict.md
Expand Up @@ -13,7 +13,7 @@ const store = new Vuex.Store({

### 开发环境与发布环境

**不要在发布环境下启用严格模式!**严格模式会深度监测状态树来检测不合规的状态变更——请确保在发布环境下关闭严格模式,以避免性能损失。
**不要在发布环境下启用严格模式!** 严格模式会深度监测状态树来检测不合规的状态变更——请确保在发布环境下关闭严格模式,以避免性能损失。

类似于插件,我们可以让构建工具来处理这种情况:

Expand Down

0 comments on commit b58d3d6

Please sign in to comment.