5
pages/category/[topic].vue
Normal file
5
pages/category/[topic].vue
Normal file
@@ -0,0 +1,5 @@
|
||||
<template>
|
||||
<div>
|
||||
<h1>This is the {{ $route.params.topic }}</h1>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user