I created a .vue file in vscode, and then built less code into the vue file:
<style lang="less" scoped>
.floor-ad-words{
padding: 0 10px 10px 10px;
font-size: 12px;
background-color: -sharpfff;
.text{
margin: 0;
line-height: 1.2;
color: -sharpEF250F;
text-decoration: underline;
}
}
</style>
but the following warning appears:} expected css (css lcurlyexpected), but does not affect the use, how to eliminate the following warning
ps: I have used the Vetur plug-in