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