mirror of
https://github.com/koel/koel
synced 2024-12-21 10:03:10 +00:00
9 lines
207 B
Vue
9 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>
|