This commit is contained in:
syuilo
2018-02-25 13:05:55 +09:00
parent f01693d08d
commit 493dfd2118
3 changed files with 29 additions and 9 deletions

View File

@@ -9,7 +9,7 @@
<textarea :class="{ with: (files.length != 0 || poll) }"
ref="text" v-model="text" :disabled="posting"
@keydown="onKeydown" @paste="onPaste" :placeholder="placeholder"
v-autocomplete
v-autocomplete="'text'"
></textarea>
<div class="medias" :class="{ with: poll }" v-show="files.length != 0">
<x-draggable :list="files" :options="{ animation: 150 }">