vue-dynamic-forms
vue-dynamic-forms copied to clipboard
"@asigloo/vue-dynamic-forms" has no exported member named 'FormField'
Describe the bug I'm trying to follow the documentation, but it fails once am trying to use FormField:
'"@asigloo/vue-dynamic-forms"' has no exported member named 'FormField'. Did you mean 'FormFields'?
To Reproduce Steps to reproduce the behavior:
- Install "vue-dynamic-forms":
npm install @asigloo/vue-dynamic-forms - Open any .vue SFC and add string:
import { FormField } from '@asigloo/vue-dynamic-forms' - FormField will be underlined as error and build proccess fails because of that.
Expected behavior FormField works as written in docs (vue 2: https://vue-dynamic-forms.alvarosaburido.dev/v2/guide/usage.html#form-composition):
Screenshots
Issue:
Docs:

Desktop (please complete the following information):
- OS: Windows 10
- Browser - no browser (the problem is on build stage or even during the development stage)
- Version - latest, v3.14.0
Additional context
package.json:
