✨ Add slot support to BaseButton component
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { computed } from 'vue';
|
||||
import { computed, useSlots } from 'vue';
|
||||
|
||||
const props = defineProps({
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user