From 932b92e67d326af18f35d34fe17b979ae95981c8 Mon Sep 17 00:00:00 2001 From: vlad0337187 Date: Thu, 24 Oct 2019 02:38:01 +0300 Subject: [PATCH] refactor: split 'components/collections/addCollection.vue' to 'addCollection', 'editCollection' --- components/collections/addCollection.vue | 50 +++----------- components/collections/editCollection.vue | 67 +++++++++++++++++++ .../collections/importExportCollections.vue | 2 +- components/collections/index.vue | 65 ++++++++++-------- store/postwoman.js | 21 ++++-- 5 files changed, 130 insertions(+), 75 deletions(-) create mode 100644 components/collections/editCollection.vue diff --git a/components/collections/addCollection.vue b/components/collections/addCollection.vue index 5552de5a0..1d10775e3 100644 --- a/components/collections/addCollection.vue +++ b/components/collections/addCollection.vue @@ -1,14 +1,13 @@