How can the messageBox content of element-ui be wrapped and indented?

element-uimessageBox

Mar.11,2021

Options
whether dangerouslyUseHTMLString treats message attributes as HTML fragments boolean-false

this.$alert('<br/>! dangerouslyUseHTMLString ',{dangerouslyUseHTMLString:true})

Why not write html in Dialog if there is a typesetting requirement?

Menu