add route

Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
This commit is contained in:
nurRiyad
2022-12-07 23:54:09 +06:00
parent bab42538c6
commit d39bbbd088
11 changed files with 1151 additions and 9 deletions

7
pages/[topics]/index.vue Normal file
View File

@@ -0,0 +1,7 @@
<template>
<div>
<h1 class="text-5xl">
All the post related to {{ $route.params.topics }} will be here
</h1>
</div>
</template>