9 lines
172 B
Vue
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>
|