mirror of
https://github.com/lstoeferle/vite-vue2-starter
synced 2025-05-24 02:48:07 +08:00
8 lines
183 B
Vue
8 lines
183 B
Vue
<template>
|
|
<button
|
|
class="inline-flex px-6 py-2 text-lg text-white bg-green-500 border-0 rounded focus:outline-none hover:bg-green-400"
|
|
>
|
|
<slot />
|
|
</button>
|
|
</template>
|