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

Listen to event not working #126

Open MahmoudSaidHaggag opened 2 years ago

MahmoudSaidHaggag commented 2 years ago

I am listen to emit event, but it not firing

with this code

(new Vue()).$on("my-event", value => { // handle form values, ajax here... })