mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-22 20:24:18 -04:00
CR fixes
This commit is contained in:
parent
64735cac1b
commit
02d2e92fdb
@ -44,13 +44,15 @@ const moderationAsyncData = await useFetch('/api/admin/moderation', { pick: ['bl
|
||||
</h2>
|
||||
<div v-html="moderationAsyncData.data.value?.blog"></div>
|
||||
|
||||
<textarea v-model="content" class="form-control"></textarea>
|
||||
<textarea v-model="content" class="form-control" rows="10"></textarea>
|
||||
<template v-if="post">
|
||||
<hr>
|
||||
<BlogEntry class="col-12 col-sm-6 col-md-4" :post details />
|
||||
</template>
|
||||
<hr>
|
||||
<Spelling v-if="parsed?.content" :text="parsed.content" />
|
||||
<div class="blog-post">
|
||||
<Spelling v-if="parsed?.content" :text="parsed.content" />
|
||||
</div>
|
||||
</template>
|
||||
</Page>
|
||||
</template>
|
||||
|
Loading…
x
Reference in New Issue
Block a user