mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 14:39:30 -07:00
Landing Page
This commit is contained in:
11
src/pages/CategoryPage.vue
Normal file
11
src/pages/CategoryPage.vue
Normal 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>
|
||||
Reference in New Issue
Block a user