vue style scoped 子组件问题
scoped
.wrapper >>> .swiper-pagination-bullet-active{
background: #fff;
}
.wrapper /deep/ .swiper-pagination-bullet-active{
background: #fff;
}
scoped
.wrapper >>> .swiper-pagination-bullet-active{
background: #fff;
}
.wrapper /deep/ .swiper-pagination-bullet-active{
background: #fff;
}