Tusooa Zhu 2 лет назад
Родитель
Сommit
a35fa29a6b
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/components/user_note/user_note.vue

+ 2 - 2
src/components/user_note/user_note.vue

@@ -30,11 +30,11 @@
         </button>
       </div>
     </div>
-    <input
+    <textarea
       v-show="editing"
       v-model="localNote"
       class="note-text"
-    >
+    />
     <span
       v-show="!editing"
       class="note-text"