feat(Dialog): add transition prop (#4636)

This commit is contained in:
neverland
2019-10-02 19:53:00 +08:00
committed by GitHub
parent 1926d3ad09
commit 3e522d35e6
5 changed files with 11 additions and 1 deletions
+1
View File
@@ -51,6 +51,7 @@ Dialog.defaultOptions = {
overlay: true,
className: '',
lockScroll: true,
transition: 'van-dialog-bounce',
beforeClose: null,
messageAlign: '',
getContainer: 'body',