[Vuejs]-How to change background-image when the page reloads?

0👍

You’re missing a set of quotes in your first test, try like this:

document.body.style.backgroundImage = "url('" + item + "')";

Leave a comment