fix titles
This commit is contained in:
@@ -38,11 +38,7 @@ onUnmounted(() => {
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<Transition name="fade" mode="out-in">
|
<Transition name="fade" mode="out-in">
|
||||||
<div
|
<div class="image-viewer" @click="nextImage" :key="currentIndex">
|
||||||
class="image-viewer text-center"
|
|
||||||
@click="nextImage"
|
|
||||||
:key="currentIndex"
|
|
||||||
>
|
|
||||||
<Header v-if="currentComment">
|
<Header v-if="currentComment">
|
||||||
{{ currentComment }}
|
{{ currentComment }}
|
||||||
</Header>
|
</Header>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="w-full border-b border-primary">
|
<div class="w-full border-b border-primary">
|
||||||
<h1>
|
<h1 class="pl-2 m-0">
|
||||||
<slot />
|
<slot />
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user