commit
38a22c59a1
1 changed files with 3 additions and 0 deletions
|
@ -99,6 +99,9 @@
|
|||
|
||||
if (items.length) {
|
||||
items.forEach(item => {
|
||||
if (this.accordion) {
|
||||
item.opened = false;
|
||||
}
|
||||
if (this.openNames.indexOf(item.name) > -1) item.opened = true;
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue