Add v-if to header wrapper

This commit is contained in:
Denevola 2022-09-20 18:07:18 +02:00
parent 7aec15dc04
commit 211823244a

View file

@ -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"