From f1fc013457cfdae844dea825e403e1bd8c8d6e7b Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 16 Oct 2021 21:03:26 +0100 Subject: [PATCH] :construction: You can now save items to VueX store, neat! --- src/components/InteractiveEditor/EditItem.vue | 24 ++++++++++++++----- src/store.js | 19 ++++++++++++++- src/utils/StoreMutations.js | 1 + 3 files changed, 37 insertions(+), 7 deletions(-) diff --git a/src/components/InteractiveEditor/EditItem.vue b/src/components/InteractiveEditor/EditItem.vue index a35b0ff9..d248aee9 100644 --- a/src/components/InteractiveEditor/EditItem.vue +++ b/src/components/InteractiveEditor/EditItem.vue @@ -7,22 +7,22 @@ classes="dashy-modal edit-item" @closed="modalClosed" > -

Edit Item

-
-
+

Edit Item

+
- +