Dropdown support global setting
This commit is contained in:
parent
d54c97951d
commit
262c8524ce
1 changed files with 3 additions and 1 deletions
|
@ -49,7 +49,9 @@
|
|||
},
|
||||
transfer: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
default () {
|
||||
return this.$IVIEW.transfer === '' ? false : this.$IVIEW.transfer;
|
||||
}
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
|
|
Loading…
Add table
Reference in a new issue