Update page-editor.el.post.vue

This commit is contained in:
syuilo 2019-04-30 12:17:53 +09:00
parent 759719d124
commit 57444c6c3f
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -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>