Skip to content

Commit 41e9068

Browse files
committed
fix(imports): add missing imports for FormKitDataEdit and FormKitDataView
close #48
1 parent ed228ff commit 41e9068

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/components/FormKitDataEdit.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<script setup lang='ts'>
22
import { ref } from 'vue'
3+
import { FormKit, FormKitSchema } from '@formkit/vue'
34
import FormKitDebug from './FormKitDebug.vue'
45
56
const props = defineProps({

src/components/FormKitDataView.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<script setup lang='ts'>
22
import { ref } from 'vue'
3+
import { FormKit, FormKitSchema } from '@formkit/vue'
34
import FormKitDebug from './FormKitDebug.vue'
45
56
const props = defineProps({

0 commit comments

Comments
 (0)