From d95689320b360e035b6820a127c4b80da670a20d Mon Sep 17 00:00:00 2001 From: styx11 <1654630248@qq.com> Date: Tue, 19 Mar 2019 15:46:51 +0800 Subject: [PATCH] docs: fixed a sentence into bold --- docs/zh/guide/strict.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh/guide/strict.md b/docs/zh/guide/strict.md index ad71ce59f..38d856aad 100644 --- a/docs/zh/guide/strict.md +++ b/docs/zh/guide/strict.md @@ -13,7 +13,7 @@ const store = new Vuex.Store({ ### 开发环境与发布环境 -**不要在发布环境下启用严格模式!**严格模式会深度监测状态树来检测不合规的状态变更——请确保在发布环境下关闭严格模式,以避免性能损失。 +**不要在发布环境下启用严格模式!** 严格模式会深度监测状态树来检测不合规的状态变更——请确保在发布环境下关闭严格模式,以避免性能损失。 类似于插件,我们可以让构建工具来处理这种情况: