mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 21:18:01 +02:00
Add v-if to header wrapper
This commit is contained in:
parent
7aec15dc04
commit
211823244a
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ onMounted(() => {
|
|||
</template>
|
||||
|
||||
<header v-if="!artist.state.title">
|
||||
<div class="wrapper">
|
||||
<div v-if="data.state.title" class="wrapper">
|
||||
<img
|
||||
v-if="data.state.art"
|
||||
class="art"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue