1
content/js/hellojs.md
Normal file
1
content/js/hellojs.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
# hello js
|
||||||
1
content/ts/hellots.md
Normal file
1
content/ts/hellots.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
# Hello ts
|
||||||
5
pages/[...slug].vue
Normal file
5
pages/[...slug].vue
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
<template>
|
||||||
|
<main>
|
||||||
|
<ContentDoc />
|
||||||
|
</main>
|
||||||
|
</template>
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
<template>
|
|
||||||
<div>
|
|
||||||
<h1 class="text-5xl">
|
|
||||||
post name {{ $route.params.post }} of topic
|
|
||||||
{{ $route.params.topics }} will be here
|
|
||||||
</h1>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
<template>
|
|
||||||
<div>
|
|
||||||
<h1 class="text-5xl">
|
|
||||||
All the post related to {{ $route.params.topics }} will be here
|
|
||||||
</h1>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
Reference in New Issue
Block a user