File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 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-
62const { addElement, addList, addListGroup } = useFormKitSchema ()
73const { addListGroupFunctions, addGroupButtons, addInsertButton } = useFormKitRepeater ()
84const { t } = useI18n ()
Original file line number Diff line number Diff line change 11<script setup lang="ts">
2- import { FormKitDataEdit , FormKitDataView } from ' @sfxcode/formkit-primevue/components'
3- import { useFormKitSchema } from ' @sfxcode/formkit-primevue/composables'
4-
52const { addElement } = useFormKitSchema ()
63const { t } = useI18n ()
74
You can’t perform that action at this time.
0 commit comments