下载sass
npm i sass -D
打开package.js文件
项目中使用
<style lang="scss">
.home{
width: 100%;
height: 550px;
.header{
width: 100%;
height: 100%;
background: url(https://s1.ljcdn.com/pegasus/redskull/images/home/images/home/bg_header@1x.jpg?v=ffcf75b4) no-repeat 100% 100%;
}
}
</style>
重新编译启动
注意
该方法适用于vite+vue3创建的项目使用sass