aboutsummaryrefslogtreecommitdiff
path: root/src/components/items_table.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/items_table.vue')
-rw-r--r--src/components/items_table.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/items_table.vue b/src/components/items_table.vue
index 187ee0f..e9f103e 100644
--- a/src/components/items_table.vue
+++ b/src/components/items_table.vue
@@ -92,7 +92,7 @@ onMounted(() => {
</thead>
<tbody>
- <tr v-for="(item, index) in allItems">
+ <tr v-for="(item, index) in allItems" :key="item['id']">
<td scope="row">{{ index + 1 }}</td>
<td>{{ item.Name }}</td>
<td>{{ item.Description }}</td>