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

fixed ipcRenderer sendSync api bug #62

Closed aojiaoshou666 closed 3 years ago

aojiaoshou666 commented 3 years ago

the ipcRenderer api should expose method sendSync from ipcRenderer.sendSync not from ipcRenderer.send

ci010 commented 3 years ago

Thanks to contribute!