feat(Dialog): add new prop theme (#6921)

* feat(dialog): add new prop button-theme & change default confirm button text color

* test(dialog): update snapshot

* refactor(dialog): rename button-theme to theme

* refactor(dialog): add theme definition

* docs(dialog): add version tip & change default confirm-button-color
This commit is contained in:
rex
2020-08-03 21:02:14 +08:00
committed by GitHub
parent 39c6637894
commit 26c754e2f6
9 changed files with 131 additions and 6 deletions
+1
View File
@@ -53,6 +53,7 @@ Dialog.defaultOptions = {
className: '',
allowHtml: true,
lockScroll: true,
theme: 'default',
transition: 'van-dialog-bounce',
beforeClose: null,
overlayClass: '',