Merge pull request #6286 from syntacticsolutions/patch-4
Update auto-complete.vue
This commit is contained in:
commit
3b0e64e02a
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@
|
|||
transfer: {
|
||||
type: Boolean,
|
||||
default () {
|
||||
return this.$IVIEW.transfer === '' ? false : this.$IVIEW.transfer;
|
||||
return !this.$IVIEW || this.$IVIEW.transfer === '' ? false : this.$IVIEW.transfer;
|
||||
}
|
||||
},
|
||||
name: {
|
||||
|
|
Loading…
Add table
Reference in a new issue