add global setting $IVIEW

This commit is contained in:
梁灏 2018-06-28 11:48:30 +08:00
parent e94e76435e
commit 517917a2ad
4 changed files with 48 additions and 957 deletions

View file

@ -204,7 +204,9 @@
},
transfer: {
type: Boolean,
default: false
default () {
return this.$IVIEW.transfer === '' ? false : this.$IVIEW.transfer;
}
},
// Use for AutoComplete
autoComplete: {