Products

This commit is contained in:
2024-03-16 23:49:41 +08:00
parent 4bd65aee9f
commit f730d58bac
4 changed files with 92 additions and 2 deletions

View File

@ -22,5 +22,8 @@
</template>
<script setup lang="ts">
const navbars = [{ label: "Home", to: "/" }];
const navbars = [
{ label: "Home", to: "/" },
{ label: "Products", to: "/products" },
];
</script>