[Vuejs]-"Not allowed to load local resource" Electron/VUE

0👍

I took a look at that repo, and in this case, if you just copy the image file into the dist directory and use

background: url('/benjamin-child-17946.jpg') no-repeat center center fixed;

it should work. Presumably there is a webpack setup that will copy files from the static directory in the app to dist for you.

👤Bert

Leave a comment