fix: remove wrong active prop
This commit is contained in:
parent
8e1ab8e09b
commit
9c730d3381
1 changed files with 1 additions and 2 deletions
|
@ -116,9 +116,8 @@
|
|||
<a
|
||||
@click="navigate"
|
||||
:href="href"
|
||||
:active="isActive"
|
||||
class="list-menu-link"
|
||||
:class="{'router-link-exact-active': currentList.id === l.id}"
|
||||
:class="{'router-link-exact-active': isActive || currentList.id === l.id}"
|
||||
>
|
||||
<span class="icon handle">
|
||||
<icon icon="grip-lines"/>
|
||||
|
|
Loading…
Reference in a new issue