Parcourir la source

fix: fix overview page configProvider undefined

DaiQiangReal il y a 3 ans
Parent
commit
35365f6ed9
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      content/other/configprovider/index.md

+ 2 - 2
content/other/configprovider/index.md

@@ -2,7 +2,7 @@
 localeCode: zh-CN
 localeCode: zh-CN
 order: 68
 order: 68
 category: 其他
 category: 其他
-title:  Configprovider 全局配置
+title:  ConfigProvider 全局配置
 icon: doc-configprovider
 icon: doc-configprovider
 dir: column
 dir: column
 brief: 为组件提供统一的全局化配置。
 brief: 为组件提供统一的全局化配置。
@@ -415,4 +415,4 @@ const SemiWebpackPlugin = require('@douyinfe/semi-webpack-plugin');
 module.exports = {
 module.exports = {
 +    plugins: [new SemiWebpackPlugin({ prefixCls: 'imes' })],
 +    plugins: [new SemiWebpackPlugin({ prefixCls: 'imes' })],
 }
 }
-```
+```