From 6aa5105c48e55a9decfc4dac4d2a9b64c06a9fdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Mon, 7 Sep 2020 19:58:02 +0200 Subject: [PATCH] Use Vuex to load and add notes. --- src/components/NoteList.vue | 13 +++++++------ src/main.js | 6 +++++- src/store/index.js | 23 +++++++++++++++++++++++ 3 files changed, 35 insertions(+), 7 deletions(-) create mode 100644 src/store/index.js diff --git a/src/components/NoteList.vue b/src/components/NoteList.vue index c2ca6c2..b15bdc4 100644 --- a/src/components/NoteList.vue +++ b/src/components/NoteList.vue @@ -19,24 +19,25 @@