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

7
components/TopicBtn.vue Normal file
View File

@@ -0,0 +1,7 @@
<template>
<button
class="bg-[#a2d9ff] px-2 py-1 m-2 transition hover:scale-105 rounded-md"
>
Javascript
</button>
</template>