관리자 블록형 글쓰기 추가
This commit is contained in:
@@ -29,8 +29,6 @@ const postTag = computed(() => post.value.tags?.[0]?.toUpperCase() || 'POST')
|
||||
</h1>
|
||||
</ProseHeaderCard>
|
||||
|
||||
<p class="post-detail__content whitespace-pre-line">
|
||||
{{ post.content }}
|
||||
</p>
|
||||
<ContentMarkdownRenderer class="post-detail__content" :content="post.content" />
|
||||
</ContentRenderer>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user