Explorar el Código

docs: fixed a sentence into bold (#1524)

Styx hace 6 años
padre
commit
b58d3d6a64
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/zh/guide/strict.md

+ 1 - 1
docs/zh/guide/strict.md

@@ -13,7 +13,7 @@ const store = new Vuex.Store({
 
 ### 开发环境与发布环境
 
-**不要在发布环境下启用严格模式!**严格模式会深度监测状态树来检测不合规的状态变更——请确保在发布环境下关闭严格模式,以避免性能损失。
+**不要在发布环境下启用严格模式!** 严格模式会深度监测状态树来检测不合规的状态变更——请确保在发布环境下关闭严格模式,以避免性能损失。
 
 类似于插件,我们可以让构建工具来处理这种情况: