mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2024-11-22 06:37:18 +08:00
fix(views/lyrics): don't open empty artist link (#1286)
This commit is contained in:
parent
d15b58d805
commit
80b19192c3
|
@ -57,10 +57,14 @@
|
|||
</div>
|
||||
<div class="subtitle">
|
||||
<router-link
|
||||
v-if="artist.id !== 0"
|
||||
:to="`/artist/${artist.id}`"
|
||||
@click.native="toggleLyrics"
|
||||
>{{ artist.name }}</router-link
|
||||
>
|
||||
>{{ artist.name }}
|
||||
</router-link>
|
||||
<span v-else>
|
||||
{{ artist.name }}
|
||||
</span>
|
||||
<span v-if="album.id !== 0">
|
||||
-
|
||||
<router-link
|
||||
|
|
Loading…
Reference in New Issue
Block a user