Poptip support global setting

This commit is contained in:
梁灏 2018-06-28 15:04:19 +08:00
parent 28ab119d9f
commit d54c97951d
2 changed files with 4 additions and 2 deletions

View file

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