Skip to content
#

slide

Here are 460 public repositories matching this topic...

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

andriy-onyshchenko
andriy-onyshchenko commented Dec 27, 2019

Describe Your Environment

  • What version of nuka-carousel are you using?
    4.5.8
  • What version of React are you using?
    16.8.6
  • What browser are you using?
    MS Edge
  • What machine are you on?
    Windows

Describe the Problem

  1. Create a slider with two slides. One of them must be video slide with HTML5 video tag;
  2. Open slider in MS Edge browser;
  3. Check video controls and try to
nikotomad
nikotomad commented Mar 31, 2020

💅 Details

While implementing this slider at the office, I was navigating around the source files and saw three new props that weren't in the documentation & I was able to use ⚡️

I tried to open a branch for the pull request but it seems I wasn't allowed at this stage 😢

Would love to contribute! This would be my first contribution on Github Issues.

These props are:

  • draggable

Improve this page

Add a description, image, and links to the slide 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 slide topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.