🌐 Localize more pages
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
size="small"
|
||||
class="mx-[-6px]"
|
||||
>
|
||||
Archived
|
||||
{{ t("productArchived") }}
|
||||
</v-chip>
|
||||
</v-col>
|
||||
</v-row>
|
||||
@@ -29,9 +29,11 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
useHead({
|
||||
title: 'Products',
|
||||
title: "Products",
|
||||
})
|
||||
|
||||
const { t } = useI18n()
|
||||
|
||||
const { data: products } = await useAsyncData("products", () => queryContent("/products").find())
|
||||
</script>
|
||||
|
||||
|
Reference in New Issue
Block a user