Skip to content

Commit 57d8a39

Browse files
committed
fix(PrimeInputText): add imports
1 parent f7411f5 commit 57d8a39

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/PrimeInputText.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
import { type PropType, computed } from 'vue'
33
import type { FormKitFrameworkContext } from '@formkit/core'
44
5+
import IconField from 'primevue/iconfield'
6+
import InputIcon from 'primevue/inputicon'
57
import InputText from 'primevue/inputtext'
68
import type { InputTextProps } from 'primevue/inputtext'
79

0 commit comments

Comments
 (0)