Fix new inbox wizard
This commit is contained in:
parent
1313c50df2
commit
d353873471
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
v-for="item in items"
|
v-for="item in items"
|
||||||
:key="item.id"
|
:key="item.route"
|
||||||
class="item"
|
class="item"
|
||||||
:class="{ active: isActive(item), over: isOver(item) }"
|
:class="{ active: isActive(item), over: isOver(item) }"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue