diff --git a/docs/zh-CN/components/form/switch.md b/docs/zh-CN/components/form/switch.md index 647899ec0bd..7a85dbdb6f6 100755 --- a/docs/zh-CN/components/form/switch.md +++ b/docs/zh-CN/components/form/switch.md @@ -420,9 +420,9 @@ switch 值更新时弹出确认提示,确认后发送请求。 当前组件对外暴露以下特性动作,其他组件可以通过指定`actionType: 动作名称`、`componentId: 该组件id`来触发这些动作,动作配置可以通过`args: {动作配置项名称: xxx}`来配置具体的参数,详细请查看[事件动作](../../docs/concepts/event-action#触发其他组件的动作)。 | 动作名称 | 动作配置 | 说明 | -| -------- | ------------------------------------- | ---------------------------------------------------------------------- | --- | +| -------- | ------------------------------------- | ---------------------------------------------------------------------- | | clear | - | 清空,6.3.1 及以上版本支持 | -| reset | - | 将值重置为初始值。6.3.0 及以下版本为`resetValue`,6.3.1 及以上版本支持 | | +| reset | - | 将值重置为初始值。6.3.0 及以下版本为`resetValue`,6.3.1 及以上版本支持 | | setValue | `value: string \| boolean` 更新的数据 | 更新数据 | ### clear diff --git a/packages/amis-editor/index.html b/packages/amis-editor/index.html index 0e55ef666d1..cccde03b4bd 100644 --- a/packages/amis-editor/index.html +++ b/packages/amis-editor/index.html @@ -26,16 +26,7 @@ rel="stylesheet" href="../../../node_modules/@fortawesome/fontawesome-free/css/v4-shims.css" /> - - - - - +