We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7411f5 commit 57d8a39Copy full SHA for 57d8a39
src/components/PrimeInputText.vue
@@ -2,6 +2,8 @@
2
import { type PropType, computed } from 'vue'
3
import type { FormKitFrameworkContext } from '@formkit/core'
4
5
+import IconField from 'primevue/iconfield'
6
+import InputIcon from 'primevue/inputicon'
7
import InputText from 'primevue/inputtext'
8
import type { InputTextProps } from 'primevue/inputtext'
9
0 commit comments