Files
Cloud-Blog/pages/[topics]/index.vue
nurRiyad d39bbbd088 add route
Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
2022-12-07 23:54:09 +06:00

8 lines
146 B
Vue

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