error in css
JllRogen opened this issue · 2 comments
JllRogen commented
error in css
.loginBg {
height: 100%;
width: 100%;
background-image: url('../assets/imgs/background.png');
background-repeat: no-repeat;
background-size: cover;
background-position: left center;
position: relative;
}
after build
.loginBg[data-v-83a391f8] {
height: 100%;
width: 100%;
background-image: url("/__dynamic_base__/assets/background-ec1cda62.png");
background-repeat: no-repeat;
background-size: cover;
background-position: left center;
position: relative;
}
i need in css file use realative path
chenxch commented
Can you tell me which version you are using?