slide
Here are 460 public repositories matching this topic...
.英文不是很好,用的是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
-
Updated
May 21, 2020 - Kotlin
@alvarotrigo The ReadMe file says that,
But if you make navigation property to true then nothing happens, as in the screen shot there is nothing in the right side of browser window,
 the image should be m
-
Updated
Mar 20, 2020 - Kotlin
-
Updated
May 10, 2020 - JavaScript
-
Updated
Apr 27, 2020 - C#
Improve this page
Add a description, image, and links to the slide topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the slide topic, visit your repo's landing page and select "manage topics."

The first divider line of the Chinese readme file is not rendered.
Steps to reproduce it