refactor: rename topbar to topBar

This commit is contained in:
Hakadao
2024-01-02 00:51:21 +08:00
parent ebb81ed781
commit e98e923bc7
7 changed files with 23 additions and 23 deletions

View File

@@ -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() {