milandebuck / vue-dynamic-forms

Dynamic forms for Vue.js
https://www.npmjs.com/package/vue-dynamic-forms
MIT License
15 stars 7 forks source link

some problem with vue2.3.3 #1

Open IEfucker opened 7 years ago

IEfucker commented 7 years ago

Sorry, when using official demo, always throw some errors in console, but config Object can be logged [Vue warn]: Missing required prop: "config"

found in

---> at D:\workspace\vue\my-first-app\node_modules\vue-dynamic-forms\src\dynamic-form.vue

at D:\workspace\vue\my-first-app\src\components\SearchForm.vue at D:\workspace\vue\my-first-app\src\components\Source.vue at D:\workspace\vue\my-first-app\src\App.vue [Vue warn]: Error in data(): "TypeError: Cannot read property 'inputs' of undefined" found in ---> at D:\workspace\vue\my-first-app\node_modules\vue-dynamic-forms\src\dynamic-form.vue at D:\workspace\vue\my-first-app\src\components\SearchForm.vue at D:\workspace\vue\my-first-app\src\components\Source.vue at D:\workspace\vue\my-first-app\src\App.vue Did I miss someting
milandebuck commented 7 years ago

sry for the late reply but if you used the npm package of the library it is not up to date and thus is not working proerly if you still want to use the library you need to pull it from this git and due to time contraints i have had no time to update the docs but will do thisnin the coming weeks aswell as update the npm package

saktisingh commented 7 years ago

still same issue:

[Vue warn]: Missing required prop: "config"

saktisingh commented 7 years ago

milandebuck, are you planning to update npm package soon? I also see some typos in the example.. I am trying to do a POC on dynamic form generation based on vue.. is this something I can count on or you recommend something else.. Thanks!