ci010 / electron-vue-next

A starter template for using vue-next with the electron.
https://ci010.github.io/electron-vue-next/
191 stars 27 forks source link

fix: ipc invoke raw payloads #65

Closed ArcherGu closed 3 years ago

ArcherGu commented 3 years ago

Because we are using vue3, it is difficult to guarantee that Proxy will not be passed through ipc. why?

ci010 commented 3 years ago

Nice catch! I guess I will add this to docs also. I'll merge it once I test it.