update #1102
This commit is contained in:
parent
55dbf62d68
commit
a8a03995fa
2 changed files with 43 additions and 44 deletions
|
@ -81,6 +81,10 @@
|
|||
this.openNames.splice(index, 1);
|
||||
} else {
|
||||
this.openNames.push(name);
|
||||
if (this.accordion) {
|
||||
this.openNames.splice(0, this.openNames.length);
|
||||
this.openNames.push(name);
|
||||
}
|
||||
}
|
||||
},
|
||||
updateOpened () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue