Skip to content
Snippets Groups Projects
Unverified Commit 57444c6c authored by syuilo's avatar syuilo
Browse files

Update page-editor.el.post.vue

parent 759719d1
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment