vue-dynamic-forms icon indicating copy to clipboard operation
vue-dynamic-forms copied to clipboard

"@asigloo/vue-dynamic-forms" has no exported member named 'FormField'

Open TrayHard opened this issue 4 years ago • 0 comments

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

TrayHard avatar Jun 15 '21 20:06 TrayHard