@ -2,7 +2,7 @@
<button
:type="type"
class="bg-primary px-6 py-3 leading-none rounded text-lg font-semibold text-white disabled:bg-gray-300"
@click.prevent="$emit('click', $event)"
@click="$emit('click', $event)"
>
<slot></slot>
</button>