Re-trigger build
This commit is contained in:
parent
90d347dc89
commit
b8ba6e39e2
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,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