Update menu-item.vue

pull/21635/head
Gary4j 2022-01-19 17:43:20 +08:00 committed by GitHub
parent f8c3eae104
commit 69e2afaf70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
}, },
computed: { computed: {
active() { active() {
return this.index !===null && this.index === this.rootMenu.activeIndex; return this.index !==null && this.index === this.rootMenu.activeIndex;
}, },
hoverBackground() { hoverBackground() {
return this.rootMenu.hoverBackground; return this.rootMenu.hoverBackground;