Files
Cloud-Blog/components/TopicBtn.vue
nurRiyad 2dac6320ea add sidebar
Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
2022-12-11 22:30:55 +06:00

8 lines
141 B
Vue

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