🌐 Localize more pages

This commit is contained in:
2024-08-13 17:54:13 +08:00
parent 4e42b44958
commit 223f97038c
7 changed files with 46 additions and 22 deletions

View File

@@ -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>