Merge pull request #6286 from syntacticsolutions/patch-4

Update auto-complete.vue
This commit is contained in:
debugIsFalse 2019-09-20 09:59:13 +08:00 committed by GitHub
commit 3b0e64e02a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: {