- 
								Swiper multi-row and multi-column layout sorting problem
								
 
  swiper  23 8
  but all I want is to turn the page instead of sliding to the end of the element 
 or is there any good plug-in that slides through the page 
... 
- 
								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 loop Mobile bug
								 var mySwiper = new Swiper(  .swiper-container  , {
        slidesPerView: 5,
        spaceBetween: 20,
        speed: 1000,
        autoplay: {
            delay: 800,
            stopOnLastSlide: false,
            disableOnInteraction: false,
        }... 
- 
								Use swiper in vue2.0 without carousel
								
 1.npm install swiper@3.4.1-- save-dev installs the swiper dependency package  2.import Swiper from   swiper  ; references dependencies on the page, and the  node has loaded images, but the page does not display 
 domcreated
  page display is blank, ther... 
- 
								When using zepto.js to slide left and right, it conflicts with using swiper.js slide to switch between left and right. How to slide the slide first and then slide to the next page when switching between slides and slides?
								
 uses zepto.js sliding left and right on full screen. One screen includes slide switch, which is also slide left and right. Using swiper.js, when sliding slide image switch, it slides directly to the next screen. How to let the left and right slide of sw... 
- 
								The problem of using swiper in vue
								 when you use vue-awesome-swiper to make a rotation picture on the mobile end to get a picture from  to the background, when the last picture is switched to the second picture instead of the first , Baidu has a way to initialize swiper  after getting data... 
- 
								Swiper's broadcast picture cannot be dragged to the third picture in angular 5.
								 sliders  in the  carousel chart is uncertain. The data is retrieved from the  api  API, but there is a delay in data retrieval. I use  setTimeout  to simulate calling  api , and then use  setTimeout  to update the swiper instance.  problem: the broadcast... 
- 
								Vue uses swiper to enter through router-link, refresh the page and then move, how to solve it? Or tell me how to refresh the page every time I enter a route.
								
 vue uses swiper to enter through router-link, and typesetting is not correct, as shown in figure  
 .
 Why? 
 Code:  the code can be downloaded from Baidu  s online disk:  https:  pan.baidu.com s 1ImGg..
<!DOCTYPE html>
<html lang="en"... 
- 
								The swiper carousel component is introduced into vue-cli. When the carousel is turned on, the first picture always flashes by.
								
 I am a globally introduced swiper component, which is normal before auto-rotation is enabled, but after it is enabled. I found a mistake. It  s normal until the last one, but when it comes to the last one, it seems to take a little longer, and then the ... 
- 
								The mixture of box-shadow and swiper has a blank space of one pixel.
								 use swiper to do a rotation on the h5 page, add shadow effect, slide to the left to appear a pixel of blank, remove the shadow effect [change the projection margin to 0 is still blank], there will be no blank   http:  www.lagrandeimage.com..... 
- 
								Swiper slides Grid cannot loop??
								
 cannot loop?? with slides Grid 
var swiper = new Swiper(  .adviser-list .swiper-container  , {
        autoplay: true,
        loop : true,
        slidesPerView: 3,
        slidesPerColumn: 2,
        spaceBetween: 10,
        navigation: {
           ... 
- 
								Vue quotes the swiper plug-in to report an error
								
 use the swiper plug-in to put js into stat and quote the Times incorrectly. I made this mistake after I installed it with npm. Excuse me, what  s going on? The mistake of Zongbao 
  
 error as shown in the figure! 
... 
- 
								Unknown custom element: < swiper > problem occurs after Vue uses Swiper
								
 Vue has a Unknown custom element: < swiper > problem after using Swiper 
 error code icon 
  
 the program code goes like this: 
 main.js 
import Vue from   vue  
import App from   . App  
import router from   . router  
import axios from   axios  
   i... 
- 
								How does vue-awesome-swiper force the second initialization?
								
 attach code: 
    swiperOption: {
    notNextTick: true,
    autoplay: false,
    direction:   horizontal  ,   
    setWrapperSize: true,
    autoHeight: true,
    centeredSlides: true,
    paginationClickable: true,
    navigation: {
      nextEl:   .s... 
- 
								The problem that vue-awesome-swiper is affected by width
								   Why are there so many blanks at the end of the click? Is it because I set the width. What to do with it. My vue-awesome-swiper plug-in ... 
- 
								What is the problem of swiper4 incompatibility under ie?
								
 error  
 have you met anyone? How to solve it? 
... 
- 
								The problem of using swiper in vue-cli
								
 the part of swiper is v-for, but it only works for the swiper of the first option, and the swiper of other loops does not work. How to solve this problem? 
<template>
  <div class="content clearfix">
    <div class="leftBar... 
- 
								Mini Program, developed by wpvue, the sliding page around swiper does not load.
								
 the event of WeChat Mini Programs  s component swiper: bindchange, is written directly in mpvue like the following, and will not be triggered, why? 
<swiper class="content_top weui-article" :current=currentTab  @bindchange="switchTab&q... 
- 
								Initialslide is not valid in swiper
								 if the slidesPerView I set is 1.2, the initialslide initializer will not take effect. If you comment out the slidesPerView, the setting of the initialslide will take effect. I need both of these attributes. How to solve the problem ?... 
- 
								Use error report 'Can't find variable: Dom7' after npm install swiper
								
  vue using swiper  
import Swiper from   swiper  ;
methods: {
    __init_swiper: function () {
        let swiper = new Swiper(  -sharpswiper_container  , {
            autoplay: {
                disableOnInteraction: false,
                delay: ...