Skip to content

Commit

Permalink
refactor(pages): formkit-primevue components / composables are auto i…
Browse files Browse the repository at this point in the history
…mported
  • Loading branch information
sfxcode committed Nov 5, 2024
1 parent 5ba0b28 commit 96b6f33
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions app/pages/form/index.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
<script setup lang='ts'>
import { FormKitDataEdit } from '@sfxcode/formkit-primevue/components'
import { useFormKitRepeater, useFormKitSchema } from '@sfxcode/formkit-primevue/composables'
import { reactive, ref } from 'vue'
const { addElement, addList, addListGroup } = useFormKitSchema()
const { addListGroupFunctions, addGroupButtons, addInsertButton } = useFormKitRepeater()
const { t } = useI18n()
Expand Down
3 changes: 0 additions & 3 deletions app/pages/form/toggle.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
<script setup lang="ts">
import { FormKitDataEdit, FormKitDataView } from '@sfxcode/formkit-primevue/components'
import { useFormKitSchema } from '@sfxcode/formkit-primevue/composables'
const { addElement } = useFormKitSchema()
const { t } = useI18n()
Expand Down

0 comments on commit 96b6f33

Please sign in to comment.