Add slot support to BaseButton component

This commit is contained in:
2026-01-28 22:23:14 +00:00
parent e061278123
commit 2d89f09b92

View File

@@ -25,7 +25,7 @@
</template> </template>
<script setup> <script setup>
import { computed } from 'vue'; import { computed, useSlots } from 'vue';
const props = defineProps({ const props = defineProps({
/** /**