diff options
Diffstat (limited to 'src/components/user_note')
| -rw-r--r-- | src/components/user_note/user_note.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/user_note/user_note.vue b/src/components/user_note/user_note.vue index a8f3fb10..328e2350 100644 --- a/src/components/user_note/user_note.vue +++ b/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" |
