fixed the default base page lang code bug

This commit is contained in:
2021-02-22 16:05:54 +01:00
parent e993963e1c
commit 59e02b93ee
6 changed files with 581 additions and 1171 deletions

View File

@ -11,7 +11,7 @@
<span>Loading ...</span>
</div>
<ul v-else>
<li v-for="item in items" v-bind:key="item.uuid">
<li v-for="item in items" v-bind:key="item.id">
<Card v-if="item.bundle == 'materiau'" :item="item"/>
<CardThematique v-if="item.bundle == 'thematique'" :item="item"/>
</li>