Modal support global setting
This commit is contained in:
parent
737894dee2
commit
e44ba4d4ad
4 changed files with 21 additions and 28 deletions
|
@ -99,7 +99,9 @@
|
|||
},
|
||||
transfer: {
|
||||
type: Boolean,
|
||||
default: true
|
||||
default () {
|
||||
return this.$IVIEW.transfer === '' ? true : this.$IVIEW.transfer;
|
||||
}
|
||||
},
|
||||
fullscreen: {
|
||||
type: Boolean,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue