Skip to content
#

swipe

Here are 355 public repositories matching this topic...

jjaun
jjaun commented Mar 19, 2020

If the responsiveWidth setting is used, the dragAndMove vertical should be disabled. As of now the responsiveWidth setting is ignored when dragAndMove is used.

Also it would be nice to set dragAndMove options per viewport (its just a suggestion and in no way is implemented in fullpage.js yet):

dragAndMove : [
  {
    setting: false
  },
  {
    breakpoint: 500
    setting: 'horizo
wzxxzw
wzxxzw commented Jul 25, 2019

.英文不是很好,用的是nuxt.js,在刷新引入插件的页面会报window is not defined

// nuxt.config.js
plugins: [ {src: '~plugins/swiper',ssr: false} ],

//plugins文件夹下

import Vue from 'vue';
if (process.BROWSER_BUILD) {
const VueAwesomeSwiper = require('vue-awesome-swiper/dist/ssr');
Vue.use(VueAwesomeSwiper);
}

.vue文件
import { swiper, swiperSlide } from 'vue-awesome-swiper';
compone

Improve this page

Add a description, image, and links to the swipe topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the swipe topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.