Skip to content

Commit 972c7bf

Browse files
committed
fix: Fix imports on input component
1 parent be13f05 commit 972c7bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/runtime/components/ListmonkInput.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 { inject } from 'vue'
3+
24
const props = defineProps<{
35
field: 'email' | 'name'
46
id?: string

0 commit comments

Comments
 (0)