Landing Page

This commit is contained in:
David Haz
2025-07-08 12:39:14 +03:00
parent fa9392fa47
commit 9ddb731258
41 changed files with 4584 additions and 8 deletions

View File

@@ -0,0 +1,11 @@
<template>
<div>
<h1>Category Page</h1>
<p>Category: {{ $route.params.category }}</p>
<p>Subcategory: {{ $route.params.subcategory }}</p>
</div>
</template>
<script setup lang="ts">
</script>