Vue-awesome-swiper, can be rotated, but the swiper-pagination is empty and there is no paging effect. What is the reason?

vue-awesome-swiper, can be used in

vue, but the swiper-pagination is empty and there is no paging effect.
< div data-v-5818899c= "" class= "swiper-pagination" > < / div >

< swiper: options= "swiperOption" ref= "mySwiper" >

<!-- slides -->
<swiper-slide><ticket></ticket></swiper-slide>
<swiper-slide><ticket></ticket></swiper-slide>
<swiper-slide><ticket></ticket></swiper-slide>
<!-- Optional controls -->
<div class="swiper-pagination"  slot="pagination"></div>

< / swiper >

swiperOption: {

pagination: ".swiper-pagination",
paginationClickable: true,
autoplay: {
  delay: 3000,
  stopOnLastSlide: false,
  disableOnInteraction: true
},
loop: true

}


has been resolved. Change pagination: ".swiper-pagination" to pagination: {el: ".swiper-pagination"}, and that's fine

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b31953-2bdd3.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b31953-2bdd3.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?