fix typo
This commit is contained in:
10
resources/js/Components/Button/Blue.vue
Normal file
10
resources/js/Components/Button/Blue.vue
Normal file
@@ -0,0 +1,10 @@
|
||||
<script setup>
|
||||
import Button from '../Button.vue'
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Button class="bg-blue-600 hover:bg-blue-700 active:bg-blue-800">
|
||||
<slot />
|
||||
</Button>
|
||||
</template>
|
||||
Reference in New Issue
Block a user