This repository was archived by the owner on Jun 27, 2023. It is now read-only.
"@asigloo/vue-dynamic-forms" has no exported member named 'FormField' #239
Open
Description
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):
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
Metadata
Metadata
Assignees
Labels
No labels