mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-23 04:34:15 -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>
|
</h2>
|
||||||
<div v-html="moderationAsyncData.data.value?.blog"></div>
|
<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">
|
<template v-if="post">
|
||||||
<hr>
|
<hr>
|
||||||
<BlogEntry class="col-12 col-sm-6 col-md-4" :post details />
|
<BlogEntry class="col-12 col-sm-6 col-md-4" :post details />
|
||||||
</template>
|
</template>
|
||||||
<hr>
|
<hr>
|
||||||
<Spelling v-if="parsed?.content" :text="parsed.content" />
|
<div class="blog-post">
|
||||||
|
<Spelling v-if="parsed?.content" :text="parsed.content" />
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</Page>
|
</Page>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user