breaking change: disable allow-html by default
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ Dialog.defaultOptions = {
|
||||
callback: null,
|
||||
teleport: 'body',
|
||||
className: '',
|
||||
allowHtml: true,
|
||||
allowHtml: false,
|
||||
lockScroll: true,
|
||||
transition: 'van-dialog-bounce',
|
||||
beforeClose: null,
|
||||
|
||||
Reference in New Issue
Block a user