10 lines
213 B
Vue
10 lines
213 B
Vue
<script lang="ts" setup>
|
|
</script>
|
|
|
|
<template>
|
|
<button
|
|
class="px-4 py-2 text-base font-medium rounded-md shadow-sm focus:outline-none focus:ring-2"
|
|
>
|
|
<slot></slot>
|
|
</button>
|
|
</template> |