mirror of
https://github.com/koel/koel
synced 2024-12-21 01:53:11 +00:00
10 lines
207 B
Vue
10 lines
207 B
Vue
|
<template>
|
||
|
<button
|
||
|
v-koel-tooltip.top
|
||
|
class="transition-[color] duration-200 ease-in-out text-k-text-secondary hover:text-k-text-primary"
|
||
|
type="button"
|
||
|
>
|
||
|
<slot />
|
||
|
</button>
|
||
|
</template>
|