Skip to content

Commit 51c56f1

Browse files
committed
fix: Fix imports on button component
1 parent d86e1ca commit 51c56f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/runtime/components/ListmonkButton.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
<script setup lang="ts">
2+
import { useSlots } from 'vue'
3+
24
defineProps<{
35
type?: string
46
title?: string

0 commit comments

Comments
 (0)