mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
refactor: rename topbar to topBar
This commit is contained in:
@@ -56,7 +56,7 @@ watch(() => activatedRankingType.value.id, () => {
|
||||
})
|
||||
|
||||
onMounted(() => {
|
||||
emitter.on('topbarVisibleChange', (val) => {
|
||||
emitter.on('topBarVisibleChange', (val) => {
|
||||
shouldMoveAsideUp.value = false
|
||||
|
||||
// Allow moving tabs up only when the top bar is not hidden & is set to auto-hide
|
||||
@@ -75,7 +75,7 @@ onMounted(() => {
|
||||
})
|
||||
|
||||
onBeforeUnmount(() => {
|
||||
emitter.off('topbarVisibleChange')
|
||||
emitter.off('topBarVisibleChange')
|
||||
})
|
||||
|
||||
function getRankingVideos() {
|
||||
|
||||
Reference in New Issue
Block a user