update Poptip capture default value
This commit is contained in:
parent
3376939c0f
commit
363113f01f
8 changed files with 17 additions and 14 deletions
|
@ -121,7 +121,7 @@
|
|||
capture: {
|
||||
type: Boolean,
|
||||
default () {
|
||||
return !this.$IVIEW ? true : this.$IVIEW.capture;
|
||||
return !this.$IVIEW ? false : this.$IVIEW.capture;
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue