Modal support global setting

This commit is contained in:
梁灏 2018-06-28 14:58:38 +08:00
parent 737894dee2
commit e44ba4d4ad
4 changed files with 21 additions and 28 deletions

View file

@ -99,7 +99,9 @@
},
transfer: {
type: Boolean,
default: true
default () {
return this.$IVIEW.transfer === '' ? true : this.$IVIEW.transfer;
}
},
fullscreen: {
type: Boolean,