Final push for WIP
This commit is contained in:
parent
2a0322541d
commit
0cfcfa0026
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue