vue 中引入公共css,分号不能少
<style lang='less' scoped>
@import "./common/uni.less"; //分号不能少
.uni-hello-text{
color:#7A7E83;
}
</style>
<style lang='less' scoped>
@import "./common/uni.less"; //分号不能少
.uni-hello-text{
color:#7A7E83;
}
</style>