1 2 3 4
mothods:{ next(){ this.$refs.carouselRef.next() }, prev(){ this.$refs.carouselRef.prev() }, goTo(){ this.$refs.carouselRef.goTo(1) // 去第几个面板 } }