fixed #1323 + chore(deps) bump
This commit is contained in:
@@ -86,16 +86,10 @@ export default {
|
|||||||
type: String,
|
type: String,
|
||||||
default: "Section",
|
default: "Section",
|
||||||
},
|
},
|
||||||
collapsed: {
|
|
||||||
type: Boolean,
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
collapse({ target }) {
|
collapse() {
|
||||||
const parent = target.parentNode.parentNode
|
|
||||||
parent.querySelector(".collapsible").classList.toggle("hidden")
|
|
||||||
|
|
||||||
// Save collapsed section into the collapsedSections array
|
// Save collapsed section into the collapsedSections array
|
||||||
this.$store.commit("setCollapsedSection", this.sectionString)
|
this.$store.commit("setCollapsedSection", this.sectionString)
|
||||||
},
|
},
|
||||||
|
|||||||
6
package-lock.json
generated
6
package-lock.json
generated
@@ -14765,9 +14765,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"sass-loader": {
|
"sass-loader": {
|
||||||
"version": "10.0.5",
|
"version": "10.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-10.0.5.tgz",
|
"resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-10.1.0.tgz",
|
||||||
"integrity": "sha512-2LqoNPtKkZq/XbXNQ4C64GFEleSEHKv6NPSI+bMC/l+jpEXGJhiRYkAQToO24MR7NU4JRY2RpLpJ/gjo2Uf13w==",
|
"integrity": "sha512-ZCKAlczLBbFd3aGAhowpYEy69Te3Z68cg8bnHHl6WnSCvnKpbM6pQrz957HWMa8LKVuhnD9uMplmMAHwGQtHeg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"klona": "^2.0.4",
|
"klona": "^2.0.4",
|
||||||
|
|||||||
@@ -68,7 +68,7 @@
|
|||||||
"prettier": "^2.1.2",
|
"prettier": "^2.1.2",
|
||||||
"pretty-quick": "^3.1.0",
|
"pretty-quick": "^3.1.0",
|
||||||
"sass": "^1.29.0",
|
"sass": "^1.29.0",
|
||||||
"sass-loader": "^10.0.5",
|
"sass-loader": "^10.1.0",
|
||||||
"vue-jest": "^3.0.7"
|
"vue-jest": "^3.0.7"
|
||||||
},
|
},
|
||||||
"jest": {
|
"jest": {
|
||||||
|
|||||||
Reference in New Issue
Block a user