8 lines
146 B
Vue
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>
|