Fix new inbox wizard
This commit is contained in:
@@ -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) }"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user