diff --git a/frontend/pages/PostPage.vue b/frontend/pages/PostPage.vue index cc2f600..9aea921 100644 --- a/frontend/pages/PostPage.vue +++ b/frontend/pages/PostPage.vue @@ -3,7 +3,7 @@

{{ post.title }}

- ✏️ + ✏️

created {{ humanReadableDate(post.created) }},

@@ -26,6 +26,7 @@ import { humanReadableDate } from "@/utils"; export default { data() { return { + admin: false, markdown: undefined, id: this.$route.params.id, post: undefined,