Skip to content

Commit 96b6f33

Browse files
committed
refactor(pages): formkit-primevue components / composables are auto imported
1 parent 5ba0b28 commit 96b6f33

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

app/pages/form/index.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
<script setup lang='ts'>
2-
import { FormKitDataEdit } from '@sfxcode/formkit-primevue/components'
3-
import { useFormKitRepeater, useFormKitSchema } from '@sfxcode/formkit-primevue/composables'
4-
import { reactive, ref } from 'vue'
5-
62
const { addElement, addList, addListGroup } = useFormKitSchema()
73
const { addListGroupFunctions, addGroupButtons, addInsertButton } = useFormKitRepeater()
84
const { t } = useI18n()

app/pages/form/toggle.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
<script setup lang="ts">
2-
import { FormKitDataEdit, FormKitDataView } from '@sfxcode/formkit-primevue/components'
3-
import { useFormKitSchema } from '@sfxcode/formkit-primevue/composables'
4-
52
const { addElement } = useFormKitSchema()
63
const { t } = useI18n()
74

0 commit comments

Comments
 (0)