From beb532b9673586f7c81756b83c679f93a0b65270 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Fri, 29 Oct 2021 19:16:10 +0100 Subject: [PATCH] :sparkles: Add new section functionality --- .../AddNewSectionLauncher.vue | 66 +++++++++++++++++++ .../InteractiveEditor/EditSection.vue | 22 +++++-- src/views/Home.vue | 30 ++++++++- 3 files changed, 110 insertions(+), 8 deletions(-) create mode 100644 src/components/InteractiveEditor/AddNewSectionLauncher.vue diff --git a/src/components/InteractiveEditor/AddNewSectionLauncher.vue b/src/components/InteractiveEditor/AddNewSectionLauncher.vue new file mode 100644 index 00000000..965778ed --- /dev/null +++ b/src/components/InteractiveEditor/AddNewSectionLauncher.vue @@ -0,0 +1,66 @@ + + + + + + diff --git a/src/components/InteractiveEditor/EditSection.vue b/src/components/InteractiveEditor/EditSection.vue index b7840c56..7e9b2635 100644 --- a/src/components/InteractiveEditor/EditSection.vue +++ b/src/components/InteractiveEditor/EditSection.vue @@ -1,14 +1,13 @@