vue-form-builder
vue-form-builder copied to clipboard
Listen to event not working
I am listen to emit event, but it not firing
with this code
(new Vue()).$on("my-event", value => { // handle form values, ajax here... })