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

9 lines
172 B
Vue

<template>
<div>
<h1 class="text-5xl">
post name {{ $route.params.post }} of topic
{{ $route.params.topics }} will be here
</h1>
</div>
</template>