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 8b0fd35 commit 2b346d1Copy full SHA for 2b346d1
src/runtime/components/ListmonkForm.vue
@@ -1,5 +1,6 @@
1
<script setup lang="ts">
2
import { ref, provide } from 'vue'
3
+import { useSubscribe } from '../composables/useSubscribe'
4
5
const emit = defineEmits(['subscribed'])
6
0 commit comments