Dear @gwenaelp,
I'm having some issues during usage of the component that uses bootstrap accordion item.
here the console log:
Unknown custom element: <field-array-bootstrap-accordion-item> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
here some dependencies:
"vue": "^2.5.2",
"vue-form-generator": "^2.2.2",
"bootstrap": "^4.1.3",
"jquery": "^3.3.1",
"vfg-field-array": "0.0.0-development"
here the snippet of the code:
<template>
<vue-form-generator :model="model"
:schema="schema"
:options="formOptions"
ref="form">
</vue-form-generator>
</template>
and at the script part I just copied the code at:
(https://github.com/gwenaelp/vfg-field-array#with-bootstrap-4-container-component-object-as-array-item-validation-and-inputname)
and the main.js:
...
import VueFormGenerator from 'vue-form-generator'
import 'vue-form-generator/dist/vfg.css'
import FieldArray from 'vfg-field-array'
...
Vue.use(VueFormGenerator)
Vue.use(FieldArray)
what I'm doing wrong?
Dear @gwenaelp,
I'm having some issues during usage of the component that uses bootstrap accordion item.
here the console log:
here some dependencies:
"vue": "^2.5.2",
"vue-form-generator": "^2.2.2",
"bootstrap": "^4.1.3",
"jquery": "^3.3.1",
"vfg-field-array": "0.0.0-development"
here the snippet of the code:
and at the script part I just copied the code at:
(https://github.com/gwenaelp/vfg-field-array#with-bootstrap-4-container-component-object-as-array-item-validation-and-inputname)
and the main.js:
what I'm doing wrong?