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 be13f05 commit 972c7bfCopy full SHA for 972c7bf
src/runtime/components/ListmonkInput.vue
@@ -1,4 +1,6 @@
1
<script setup lang="ts">
2
+import { inject } from 'vue'
3
+
4
const props = defineProps<{
5
field: 'email' | 'name'
6
id?: string
0 commit comments