支持播放MV

This commit is contained in:
qier222 2020-10-14 15:39:41 +08:00
parent e4ba16b9a2
commit b399d5bbdc
11 changed files with 2021 additions and 52 deletions

View file

@ -8,7 +8,10 @@
<router-view v-if="!$route.meta.keepAlive"></router-view>
</main>
<transition name="slide-up">
<BottomBar v-if="this.$store.state.player.enable" ref="player"
<BottomBar
v-if="this.$store.state.player.enable"
ref="player"
v-show="this.$route.name !== 'mv'"
/></transition>
<GlobalEvents
:filter="(event, handler, eventName) => event.target.tagName !== 'INPUT'"