added posts
This commit is contained in:
@@ -36,7 +36,7 @@ onMounted(() => {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div v-if="fetched">
|
||||||
<h2>{{ post.title }}</h2>
|
<h2>{{ post.title }}</h2>
|
||||||
<p>By: {{ post.author.username }}</p>
|
<p>By: {{ post.author.username }}</p>
|
||||||
<div>{{ post.content }}</div>
|
<div>{{ post.content }}</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user