feat(Dialog): add allow-html prop (#6568)

This commit is contained in:
neverland
2020-06-19 06:13:46 +08:00
committed by GitHub
parent 95313ef459
commit 9b0f23e2da
5 changed files with 46 additions and 17 deletions
+1
View File
@@ -51,6 +51,7 @@ Dialog.defaultOptions = {
message: '',
overlay: true,
className: '',
allowHtml: true,
lockScroll: true,
transition: 'van-dialog-bounce',
beforeClose: null,