lint
This commit is contained in:
parent
70aac04d93
commit
ca4fa0da3e
4 changed files with 29 additions and 17 deletions
|
|
@ -82,13 +82,13 @@ const ScopeSelector = {
|
|||
changeVis(scope) {
|
||||
this.currentScope = scope
|
||||
this.$emit('change', scope)
|
||||
}
|
||||
},
|
||||
},
|
||||
watch: {
|
||||
originalScope(newVal) {
|
||||
this.currentScope = newVal
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
export default ScopeSelector
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue