Skip to content

Commit 9464158

Browse files
authored
docs(modal): remove obsolete apis (#6904)
1 parent 13a4470 commit 9464158

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

components/modal/index.en-US.md

-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ When requiring users to interact with the application, but without jumping to a
2525
| closeIcon | custom close icon | VNode \| slot | - | |
2626
| confirmLoading | Whether to apply loading visual effect for OK button or not | boolean | false | |
2727
| destroyOnClose | Whether to unmount child components on onClose | boolean | false | |
28-
| dialogClass | className of floating layer. | string | - | |
29-
| dialogStyle | Style of floating layer, typically used at least for adjusting the position. | object | - | |
3028
| footer | Footer content, set as `:footer="null"` when you don't need default buttons | string\|slot | OK and Cancel buttons | |
3129
| forceRender | Force render Modal | boolean | false | |
3230
| getContainer | Return the mount node for Modal | (instance): HTMLElement | () => document.body | |

components/modal/index.zh-CN.md

-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*fBrgSJBmavgAAA
2828
| closeIcon | 自定义关闭图标 | VNode \| slot | - | |
2929
| confirmLoading | 确定按钮 loading | boolean || |
3030
| destroyOnClose | 关闭时销毁 Modal 里的子元素 | boolean | false | |
31-
| dialogClass | 可用于设置浮层的类名 | string | - | |
32-
| dialogStyle | 可用于设置浮层的样式,调整浮层位置等 | object | - | |
3331
| footer | 底部内容,当不需要默认底部按钮时,可以设为 `:footer="null"` | string\|slot | 确定取消按钮 | |
3432
| forceRender | 强制渲染 Modal | boolean | false | |
3533
| getContainer | 指定 Modal 挂载的 HTML 节点 | (instance): HTMLElement | () => document.body | |

0 commit comments

Comments
 (0)