<template> <swiper ref="mySwiper" :options="swiperOptions"> ... data() { return { swiperOptions: { pagination: { el: '.swiper-pagination' }, // Some Swiper ...
確定! 回上一頁