add archive page

Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
This commit is contained in:
nurRiyad
2022-12-12 22:18:18 +06:00
parent cafed60acc
commit a1367ac6b9
7 changed files with 60 additions and 14 deletions

View File

@@ -0,0 +1,10 @@
<template>
<div class="px-5 font-mono mb-5">
<h4 class="font-semibold text-slate-800 text-xl antialiased p-2">
Typescript
</h4>
<div class="px-10">
<archive-post-card v-for="n in 5" :key="n" />
</div>
</div>
</template>