EventsOn doesnt seem to be imported #39
xlanor
started this conversation in
General · 常规讨论
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Thanks for your work on this project.
I'm still fairly new to vue as a whole, but I'm trying to emit an event from my go backend to the vue frontend. Try as I might, it seems like window.runtime.EventsOn is not avaliable, and if I import { EventsOn } directly from ../../wailsjs/runtime I end up getting an error that EventsOnMultiple is undefined.
I'd like to check what the proper way of importing the runtime events is?
Beta Was this translation helpful? Give feedback.
All reactions