mirror of
https://git.youjo.love/youjo/youjo-fe.git
synced 2025-03-23 10:07:47 +01:00
fix lint
This commit is contained in:
parent
9f4a9bff46
commit
995daf70b7
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ const ScopeSelector = {
|
||||||
this.currentScope === scope ||
|
this.currentScope === scope ||
|
||||||
this.originalScope === scope ||
|
this.originalScope === scope ||
|
||||||
this.userDefault === scope ||
|
this.userDefault === scope ||
|
||||||
'direct' === scope
|
scope === 'direct'
|
||||||
},
|
},
|
||||||
changeVis (scope) {
|
changeVis (scope) {
|
||||||
this.currentScope = scope
|
this.currentScope = scope
|
||||||
|
|
Loading…
Reference in a new issue