forked from FoundKeyGang/FoundKey
Update page-editor.el.post.vue
This commit is contained in:
parent
759719d124
commit
57444c6c3f
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
<x-container @remove="() => $emit('remove')">
|
||||
<template #header><fa :icon="faPaperPlane"/> {{ $t('blocks.post') }}</template>
|
||||
|
||||
<section>
|
||||
<textarea v-model="value.text"></textarea>
|
||||
<section style="padding: 0 16px 16px 16px;">
|
||||
<ui-textarea v-model="value.text">{{ $t('blocks._post.text') }}</ui-textarea>
|
||||
</section>
|
||||
</x-container>
|
||||
</template>
|
||||
|
|
Loading…
Reference in a new issue