Explorar o código

Use textarea for note input

Tusooa Zhu %!s(int64=2) %!d(string=hai) anos
pai
achega
a35fa29a6b
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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"