This commit is contained in:
Henry Jameson 2026-07-30 15:03:16 +03:00
commit ca4fa0da3e
4 changed files with 29 additions and 17 deletions

View file

@ -82,13 +82,13 @@ const ScopeSelector = {
changeVis(scope) {
this.currentScope = scope
this.$emit('change', scope)
}
},
},
watch: {
originalScope(newVal) {
this.currentScope = newVal
}
}
},
},
}
export default ScopeSelector