Revert "updateOpened时判断accordion"

This commit is contained in:
Aresn 2018-02-05 17:10:02 +08:00 committed by GitHub
parent 38a22c59a1
commit 702c24e243
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -99,9 +99,6 @@
if (items.length) {
items.forEach(item => {
if (this.accordion) {
item.opened = false;
}
if (this.openNames.indexOf(item.name) > -1) item.opened = true;
});
}