update content render page

Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
This commit is contained in:
nurRiyad
2023-01-11 01:33:59 +06:00
parent 935865806a
commit 3f647fc554
9 changed files with 75 additions and 57 deletions

View File

@@ -1,19 +0,0 @@
<template>
<div class="flex w-full justify-center text-xs md:text-base">
<div class="md:flex text-black content-center gap-7">
<div class="flex items-center">
<LogoDate />
<slot name="date"></slot>
</div>
<div class="flex items-center gap-2 flex-wrap underline">
<LogoTag />
<slot name="tag1"></slot>
<slot name="tag2"></slot>
<slot name="tag3"></slot>
<slot name="tag4"></slot>
<slot name="tag5"></slot>
<slot></slot>
</div>
</div>
</div>
</template>

View File

@@ -1,5 +0,0 @@
<template>
<div class="text-center mt-8">
<slot />
</div>
</template>