How to pass device ID from Electron main process to Vue app via IPC?
I’m working on an Electron app where I need to send a device ID from the Electron main process to a Vue app. The device ID is generated based on system information, and I’m trying to pass it to the Vue app when it loads. However, the device ID isn’t being received in the Vue app. Here are the relevant parts of my code: