sethsandaru / vue-form-builder

Super Form Builder built on top of Vue with Drag & Drop functionality, savable-form-schema and easy to maintain/upgrade your form.
http://vue-form-builder.sethphat.com
MIT License
414 stars 129 forks source link

hook_list_factory.js Uncaught TypeError: _.pluck is not a function #4

Closed grabirg closed 6 years ago

grabirg commented 6 years ago

I just tried using this component but got this error while trying to add section.

HookList._getFunctions (hook_list_factory.js?5e0f:15) at HookList.runSequence (hook_list_factory.js?5e0f:89) at VueComponent.addSection (SectionComponent.vue?217d:82) at invoker (vendor.js:2525) at HTMLButtonElement.fn._withTask.fn._withTask (vendor.js:2324) _getFunctions @ hook_list_factory.js?5e0f:15 runSequence @ hook_list_factory.js?5e0f:89 addSection @ SectionComponent.vue?217d:82 invoker @ vendor.js:2525 fn._withTask.fn._withTask @ vendor.js:2324

Please Let me know what am I missing.

sethsandaru commented 6 years ago

Hi grabirg, do you use lodash in your project? From my sight right now, I can only guess that you are using lodash instead of underscore (Form Builder will automatically load underscore if window._ not available) and it's cost an error (your error)

It would be nice if you provide to me some of your code :D