</slide-container> import { SlideContainer, SlidePage } from 'vue-slidePage' new Vue( { el: 'body', data () { return { list: [ {name: 'Page1'}, {name: 'Page2'}, {name: 'Page3'}, ], } }, components: { SlideContainer, ...
wondergitluda I'm sorry for such a long absence. By the way, I would like to inform you that I'm finishing work on a new version of vue-agile, which has a completely refactored code, many new features (likeslidesToShow, fully breakpoints/responsive support, methods, events, etc.), ...
import { Carousel, Slide } from 'vue-carousel' export default { name: 'select_team', components: { Carousel, Slide }, mounted () { this.currentSlide = this.$refs['sports'].currentPage }, data: function () { return { currentSlide: 0 } }, watch: { currentSlide: function (...
Package Sidebar Install npm i vue-slidepage Repository github.com/lipten/vue-slidePage Homepage github.com/lipten/vue-slidePage Weekly Downloads 5 Version 1.0.0 License MIT Issues 3 Pull Requests 6 Last publish 7 years ago Collaborators Try on RunKit Report malware...