Skip to content
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
@TrayHard

Description

@TrayHard

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions