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
|
<a
|
||||||
@click="navigate"
|
@click="navigate"
|
||||||
:href="href"
|
:href="href"
|
||||||
:active="isActive"
|
|
||||||
class="list-menu-link"
|
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">
|
<span class="icon handle">
|
||||||
<icon icon="grip-lines"/>
|
<icon icon="grip-lines"/>
|
||||||
|
|
Loading…
Reference in a new issue