-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
What problem does this feature solve?
https://www.antdv.com/components/modal-cn#components-modal-demo-manual
目前已经提供了
Modal.info
Modal.success
Modal.error
Modal.warning
Modal.confirm
这些内置的方法。
我想有没有类似于使用组件那种齐全的参数,我想用它弹出一个复杂的 vue内容
Modal.open 或者 Modal.open.create({})
What does the proposed API look like?
Modal.open({})
or
Modal.create({})