caoxiemeihao / nuxt-electron

Integrate Nuxt and Electron
MIT License
169 stars 18 forks source link

How to use nuxt cookies. #45

Closed redcodemohammed closed 10 months ago

redcodemohammed commented 10 months ago

When using this module and when the Nuxt app runs inside Electron nuxt cookies doesn't work, it doesn't store the data passed to it in a cookie.

caoxiemeihao commented 10 months ago

https://www.electronjs.org/docs/latest/api/cookies

You can see the Electron's docs, which gives boilerplate code snippets on how to use cookies.