add sidebar

Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
This commit is contained in:
nurRiyad
2022-12-11 22:30:55 +06:00
parent 4ad57c3c5f
commit 2dac6320ea
6 changed files with 42 additions and 8 deletions

5
components/TopicCard.vue Normal file
View File

@@ -0,0 +1,5 @@
<template>
<div>
<topic-btn v-for="n in 7" :key="n" />
</div>
</template>