From dea7bf09de60b622b787f76e33f6a7e839592c6b Mon Sep 17 00:00:00 2001 From: Seth Ladygo Date: Wed, 3 Apr 2019 17:07:12 -0700 Subject: [PATCH] get vuex working --- cateditor/src/components/CategoryPopup.vue | 32 +++++++--- cateditor/src/components/FancyList.vue | 68 +++++++++++----------- cateditor/src/main.js | 2 +- cateditor/src/store.js | 16 ----- cateditor/src/store/index.js | 54 +++++++++++++++++ 5 files changed, 112 insertions(+), 60 deletions(-) delete mode 100644 cateditor/src/store.js create mode 100644 cateditor/src/store/index.js diff --git a/cateditor/src/components/CategoryPopup.vue b/cateditor/src/components/CategoryPopup.vue index 3872877..821d2d1 100644 --- a/cateditor/src/components/CategoryPopup.vue +++ b/cateditor/src/components/CategoryPopup.vue @@ -1,6 +1,6 @@