Adds functionality for navigating to single-section view

This commit is contained in:
Alicia Sykes
2021-10-24 14:47:37 +01:00
parent 640e605ea5
commit df03046288
2 changed files with 13 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ export default {
/* Called on item click, emits an event up to Item */
/* in order to launch the current app to a given target */
openSection() {
// TODO: Open Section
this.$emit('navigateToSection');
},
openEditSectionMenu() {
this.$emit('openEditSection');