mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2025-02-01 00:15:31 +08:00
fix(lyrics): fix resetting the previous page when lyrics switchoff (#547)
This commit is contained in:
parent
dceb5cdb2c
commit
fc08992244
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div id="app">
|
||||
<Navbar ref="navbar" v-show="showNavbar" />
|
||||
<main v-show="!this.$store.state.showLyrics">
|
||||
<main>
|
||||
<keep-alive>
|
||||
<router-view v-if="$route.meta.keepAlive"></router-view>
|
||||
</keep-alive>
|
||||
|
|
Loading…
Reference in New Issue
Block a user