mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 21:28:06 +00:00
fix(lyrics): fix resetting the previous page when lyrics switchoff (#547)
This commit is contained in:
parent
dceb5cdb2c
commit
fc08992244
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<div id="app">
|
<div id="app">
|
||||||
<Navbar ref="navbar" v-show="showNavbar" />
|
<Navbar ref="navbar" v-show="showNavbar" />
|
||||||
<main v-show="!this.$store.state.showLyrics">
|
<main>
|
||||||
<keep-alive>
|
<keep-alive>
|
||||||
<router-view v-if="$route.meta.keepAlive"></router-view>
|
<router-view v-if="$route.meta.keepAlive"></router-view>
|
||||||
</keep-alive>
|
</keep-alive>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue