From 702c24e24343ce5618783b852d43f1961531009d Mon Sep 17 00:00:00 2001 From: Aresn Date: Mon, 5 Feb 2018 17:10:02 +0800 Subject: [PATCH] Revert "updateOpened时判断accordion" --- src/components/menu/menu.vue | 3 --- 1 file changed, 0 insertions(+), 3 deletions(-) diff --git a/src/components/menu/menu.vue b/src/components/menu/menu.vue index 5eb3999..187859a 100644 --- a/src/components/menu/menu.vue +++ b/src/components/menu/menu.vue @@ -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; }); } -- libgit2 0.21.4