Re-trigger build
This commit is contained in:
parent
45b2b81fe4
commit
ef7f1334fe
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ export default {
|
|||
collapse({ target }) {
|
||||
const parent = target.parentNode.parentNode;
|
||||
parent.querySelector(".collapsible").classList.toggle("hidden");
|
||||
// Save collapsed section to local state
|
||||
// Save collapsed section into the collapsedSections array
|
||||
this.$store.commit("setCollapsedSection", this.sectionString);
|
||||
},
|
||||
isCollapsed(label) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue