makin look nice

This commit is contained in:
2025-12-11 01:21:14 +00:00
parent 5e77b480f7
commit e301e0d7c1
11 changed files with 364 additions and 372 deletions

View File

@@ -57,6 +57,9 @@ onMounted(() => {
<button v-if="!leftCap" @click="prevPost">Prev</button>
<button v-if="!rightCap" @click="nextPost">Next</button>
</div>
<div v-else>
<h2>Can't fetch from the db yo</h2>
</div>
</template>
<style scoped>