소스 검색

Use textarea for note input

Tusooa Zhu 2 년 전
부모
커밋
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"