roly-poly

Results 2 issues of roly-poly

请问怎么样类似这个,修改动画颜色 ![QQ图片20200304141358](https://user-images.githubusercontent.com/6789138/75855534-75bbc280-5e2d-11ea-9a5a-ab9834a4d9bf.png)

请问为什么改成ref以后, ``` this.$nextTick(function () { this.setPage(this.currentPage, true) this.slideEls = this.$refs.swiperWrap.children; this._createLoop() }) ``` ``` ``` ``` _createLoop () { var propName = this.isHorizontal() ? 'clientWidth' : 'clientHeight' var swiperWrapEl =...