I'm trying to add an image as background to a div.
I've tried countless times, but it does not work, nothing is returned and no error appears.
I just came across this link, but the solution proposed by the user did not help me solve the problem
vue cli 3 – use background image in style tag
<div class="" style="background-image: url('~@/assets/imagens/bg-01.jpg');">
<span class="login100-form-title-1">Sign In</span>
</div>
vue -V = 3.9.2