This commit is contained in:
2026-01-07 12:44:15 +00:00
parent 80dff39b83
commit 9fc95c725d

View File

@@ -66,7 +66,7 @@ onMounted(() => {
</script>
<template>
<div v-if="fetched" class="flex-row center-content">
<div v-if="fetched" class="flex-col">
<h2>{{ post.title }}</h2>
<div>{{ post.content }}</div>
<p>by: {{ post.author.username }}</p>