Final push for WIP

This commit is contained in:
Dmitry Yankowski
2020-02-25 11:40:36 -05:00
parent 2a0322541d
commit 0cfcfa0026

View File

@@ -43,6 +43,7 @@ export default {
collapse({ target }) {
const parent = target.parentNode.parentNode
parent.querySelector(".collapsible").classList.toggle("hidden")
// Save collapsed section into the collapsedSections array
this.$store.commit("setCollapsedSection", this.sectionString)
},