Nest

code-show ▾

Overview

vue-concise-slider example

  1. By configuring options
options: {
  renderPagination: (h, index) => {
    return h('div', {
      class: 'swiper-pagination-bullet'
    }, [index])
  }
}