6 lines
91 B
Vue
6 lines
91 B
Vue
<template>
|
|
<div>
|
|
<h1>This is the {{ $route.params.topic }}</h1>
|
|
</div>
|
|
</template>
|