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 7cccfd3 commit 43ea7e3Copy full SHA for 43ea7e3
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@sfxcode/formkit-primevue",
3
- "version": "1.3.2",
+ "version": "1.3.3",
4
"type": "module",
5
"license": "MIT",
6
"repository": "https://github.com/sfxcode/formkit-primevue",
src/formkit/index.ts
@@ -1,7 +1,7 @@
import type { FormKitTypeDefinition } from '@formkit/core'
import { createInput } from '@formkit/vue'
-import PrimeAutoComplete from './PrimeAutocomplete.vue'
+import PrimeAutoComplete from './PrimeAutoComplete.vue'
import PrimeCalendar from './PrimeCalendar.vue'
import PrimeCheckbox from './PrimeCheckbox.vue'
7
import PrimeChips from './PrimeChips.vue'
0 commit comments