Browse Source

Merge branch 'main' into release

DaiQiangReal 3 years ago
parent
commit
cdc18d63db
2 changed files with 4 additions and 4 deletions
  1. 2 2
      content/input/form/index.md
  2. 2 2
      content/other/configprovider/index.md

+ 2 - 2
content/input/form/index.md

@@ -723,7 +723,7 @@ import { Form, Button, Radio } from '@douyinfe/semi-ui';
                     <Radio value="user">自定义有效期</Radio>
                     <Radio value="user">自定义有效期</Radio>
                 </RadioGroup>
                 </RadioGroup>
                 <RadioGroup
                 <RadioGroup
-                    field="type"
+                    field="answerTime"
                     label='答案放出时间'
                     label='答案放出时间'
                     direction='vertical'
                     direction='vertical'
                     initValue={'always'}
                     initValue={'always'}
@@ -2126,4 +2126,4 @@ const { ErrorMessage } = Form;
     field 没有初始值的话,`getValues` 获取不到这一项。可以设置 `initValues`/`initValue` 或者给 form 设置 `allowEmpty` 属性。
     field 没有初始值的话,`getValues` 获取不到这一项。可以设置 `initValues`/`initValue` 或者给 form 设置 `allowEmpty` 属性。
 
 
 -   **[🔍 🧾 更多Form FAQ补充 & 问题自查手册](https://bytedance.feishu.cn/docs/doccnNKaGhZMqyu0FufD1JGHOjf)** 
 -   **[🔍 🧾 更多Form FAQ补充 & 问题自查手册](https://bytedance.feishu.cn/docs/doccnNKaGhZMqyu0FufD1JGHOjf)** 
-    
+    

+ 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' })],
 }
 }
-```
+```