fix: prevented routes duplicates du to i18n

This commit is contained in:
Corentin Thomasset 2021-03-15 12:49:38 +01:00
parent d50cbf263c
commit 55a1d130a0
No known key found for this signature in database
GPG key ID: DBD997E935996158
4 changed files with 8 additions and 4 deletions

View file

@ -3,7 +3,7 @@
<v-col cols="12" sm="12" md="12">
<h1>Yolo</h1>
<v-row justify="center">
<v-row>
<v-col
v-for="(items, section) in toolRoutesSections"
:key="section"
@ -26,7 +26,7 @@
<v-icon>{{ item.config.icon }}</v-icon>
</v-list-item-action>
<v-list-item-content>
<v-list-item-title v-text="item.config.title" />
<v-list-item-title v-text="item.config.title"/>
</v-list-item-content>
</v-list-item>
</v-list>