mirror of
https://git.youjo.love/youjo/youjo-fe.git
synced 2025-03-15 06:19:59 +01:00
Remove debugging code
This commit is contained in:
parent
e58422889b
commit
b319c0c72b
1 changed files with 0 additions and 1 deletions
|
@ -381,7 +381,6 @@ export default {
|
||||||
},
|
},
|
||||||
isActive () {
|
isActive () {
|
||||||
const tabSwitcher = this.$parent
|
const tabSwitcher = this.$parent
|
||||||
console.log(this.$parent)
|
|
||||||
return tabSwitcher ? tabSwitcher.isActive('theme') : false
|
return tabSwitcher ? tabSwitcher.isActive('theme') : false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue