vue-form-builder icon indicating copy to clipboard operation
vue-form-builder copied to clipboard

Listen to event not working

Open MahmoudSaidHaggag opened this issue 3 years ago • 0 comments

I am listen to emit event, but it not firing

with this code

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

MahmoudSaidHaggag avatar Mar 23 '22 16:03 MahmoudSaidHaggag