为什么组件里的scss没生效?谢谢
import uniLoadMore from "@/components/uni-load-more/uni-load-more.vue"
比如这个组件,uni-load-more.vue里的scss没生效
<style lang="scss">
.uni-load-more {
display: flex;
flex-direction: row;
height: 80upx;
align-items: center;
justify-content: center;
&__text {
font-size: 28upx;
color: $uni-text-color-grey;
}
&__img {
M生
最后怎么处理的
2019-11-11 14:57
1***@qq.com
回复 M生: 同问,去掉scss就可以使用了。但是总不能所有子组件都要去掉吧,是子组件不支持scss语法吗?而且在APP真机上运行,为什么报小程序组件中不能使用tagname这些选择器的问题
2020-01-07 19:31