diff --git a/src/components/NoteList.vue b/src/components/NoteList.vue index 392006f..89c9e51 100644 --- a/src/components/NoteList.vue +++ b/src/components/NoteList.vue @@ -4,13 +4,9 @@ onfocus="this.value=''" onblur="this.value = 'Start typing something…'" v-model="content" - cols="30" rows="10" > - -
{{ note.text }}
+
{{ note.text }}
- +