mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-24 16:56:14 -04:00
fix: prevented routes duplicates du to i18n
This commit is contained in:
parent
d50cbf263c
commit
55a1d130a0
4 changed files with 8 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue