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

6 lines
90 B
Vue

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