add category page

Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
This commit is contained in:
nurRiyad
2022-12-08 23:11:31 +06:00
parent cd868f7b43
commit 7fc5639e55
4 changed files with 29 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
<template>
<div>
<h1>This is the {{ $route.params.topic }}</h1>
</div>
</template>