feat(Dialog): add overlay-style prop (#4682)
This commit is contained in:
@@ -53,6 +53,7 @@ Dialog.defaultOptions = {
|
||||
lockScroll: true,
|
||||
transition: 'van-dialog-bounce',
|
||||
beforeClose: null,
|
||||
overlayStyle: null,
|
||||
messageAlign: '',
|
||||
getContainer: 'body',
|
||||
cancelButtonText: '',
|
||||
|
||||
Reference in New Issue
Block a user