use the Modal component of iview, because the scene needs to use the global method, this.$Modal.confirm (.) The contents of the dialog box will be render out. How should the confirmation button and cancel button of footer be hidden in such a call?
found that the render can only change the content part, and the footer cannot be hidden or modified.
but if you use component mode, that is, < Modal > < / Modal >, you can hide it with footer"s slot, or you can use footerHide"s props to implement it.
asked the author in issue and replied that global mode cannot use the footerHide attribute.
so, I would like to ask the gods, is there any way to achieve this requirement?