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: {
|
transfer: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
default () {
|
default () {
|
||||||
return this.$IVIEW.transfer === '' ? false : this.$IVIEW.transfer;
|
return !this.$IVIEW || this.$IVIEW.transfer === '' ? false : this.$IVIEW.transfer;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
name: {
|
name: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue