Dropdown support global setting

This commit is contained in:
梁灏 2018-06-28 15:07:19 +08:00
parent d54c97951d
commit 262c8524ce

View file

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