diff --git a/README.md b/README.md index f679d6ea..33bcee6b 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,6 @@ PrimeVue 3 is in the prime3 branch. Add *formkit.config.ts* - ```typescript import { defaultConfig, plugin } from '@formkit/vue' import { primeInputs } from '@sfxcode/formkit-primevue' @@ -40,7 +39,7 @@ app.use(plugin, defaultConfig({ Important: use *autoimport: false* if using primevue formkit validation and include or exclude not needed components as usual. -Autoimport true prevents elements lookup correctly. +Autoimport true prevents elements lookup correctly. Example: ```typescript diff --git a/dev/pages/samples/FormEditor.vue b/dev/pages/samples/FormEditor.vue index 98fc237b..42e48214 100644 --- a/dev/pages/samples/FormEditor.vue +++ b/dev/pages/samples/FormEditor.vue @@ -49,8 +49,6 @@ function actionUpdateInputs() { } const schemaResult = computed(() => editorDataToSchema(formData.value)) - -const schemaItems = computed(() => editorDataToSchema(formInputList.value))