We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d86e1ca commit 51c56f1Copy full SHA for 51c56f1
src/runtime/components/ListmonkButton.vue
@@ -1,4 +1,6 @@
1
<script setup lang="ts">
2
+import { useSlots } from 'vue'
3
+
4
defineProps<{
5
type?: string
6
title?: string
0 commit comments