nklayman / vue-cli-plugin-electron-builder

Easily Build Your Vue.js App For Desktop With Electron
https://nklayman.github.io/vue-cli-plugin-electron-builder/
MIT License
4.12k stars 279 forks source link

V-bind() in CSS no longer works when upgrading Electron version #1991

Open TylerWanta opened 6 months ago

TylerWanta commented 6 months ago

Describe the bug After upgrading my Electron version from 13 to 15, in order to fix Node bugs, all V-Bind() functions in CSS no longer work

To Reproduce Steps to reproduce the behavior:

Expected behavior The V-Bind() function should still work as normal

Screenshots ----- Before Updating Electron ---- CSS: image In DevTools: image Note: the variable is defined and I can hover to see the value.

---- After Updating Electron ---- image

Environment (please complete the following information):

Additional context Downgrading back to Electron 13 fixes it but is not an option.