feat(Dialog): add overlay-class prop (#4683)

This commit is contained in:
neverland
2019-10-10 20:52:52 +08:00
committed by GitHub
parent 34a652dc76
commit 4c268ec54c
4 changed files with 6 additions and 0 deletions
+1
View File
@@ -53,6 +53,7 @@ Dialog.defaultOptions = {
lockScroll: true,
transition: 'van-dialog-bounce',
beforeClose: null,
overlayClass: '',
overlayStyle: null,
messageAlign: '',
getContainer: 'body',