Skip to content
This repository has been 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
TrayHard opened this issue Jun 15, 2021 · 0 comments
Open

Comments

@TrayHard
Copy link

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:

  1. Install "vue-dynamic-forms":
    npm install @asigloo/vue-dynamic-forms
  2. Open any .vue SFC and add string:
    import { FormField } from '@asigloo/vue-dynamic-forms'
  3. 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:
image
Docs:
image

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:
image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant