setup tailwind & content
Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
This commit is contained in:
5
pages/categories/[category].vue
Normal file
5
pages/categories/[category].vue
Normal file
@@ -0,0 +1,5 @@
|
||||
<template>
|
||||
<div>
|
||||
{{ $route.params }}
|
||||
</div>
|
||||
</template>
|
||||
3
pages/categories/index.vue
Normal file
3
pages/categories/index.vue
Normal file
@@ -0,0 +1,3 @@
|
||||
<template>
|
||||
<div>All categories will be here</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user