tachyon-ops / react_vue_ts

Vuera TS lib
19 stars 1 forks source link

Event #9

Open topninja opened 10 months ago

topninja commented 10 months ago

I want to call react's event from vue component I tried like this https://github.com/akxcv/vuera/issues/54 but not work.

tachyon-ops commented 7 months ago

Yes, I think the VUE component doesn't understand how to transfer the loading to the React component. But your code is a bit confusing to me, would it be possible for you to setup a simple project showing the issue? I can try to work it out and see what you want to do with this.$emit('loading', 123)