feat(Dialog): add allow-html prop (#6568)
This commit is contained in:
@@ -51,6 +51,7 @@ Dialog.defaultOptions = {
|
||||
message: '',
|
||||
overlay: true,
|
||||
className: '',
|
||||
allowHtml: true,
|
||||
lockScroll: true,
|
||||
transition: 'van-dialog-bounce',
|
||||
beforeClose: null,
|
||||
|
||||
Reference in New Issue
Block a user