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