From 170f3b38737a9e3272372c0482348435af40b821 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Tue, 25 Aug 2020 14:09:58 +0200 Subject: [PATCH] Add basic styles. --- src/components/NoteList.vue | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) 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 }}
- +