Files
GestorTareas/resources/js/Components/PrimaryButton.vue
2026-08-03 18:01:15 +02:00

6 lines
91 B
Vue

<template>
<button class="btn btn-primary">
<slot />
</button>
</template>