slide
Here are 462 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
Jun 10, 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
Jun 1, 2020 - Kotlin
-
Updated
May 29, 2020 - JavaScript
Feature request: when right-clicking on a PDF file in Explorer, show an entry "present via pympress"*. This saves me from
-
starting pympress' GUI and using its open file dialog, which is hard to navigate (lacking ability of pasting a path, non-Windows-native UX)
-
starting pympress on CLI for which I first need to figure out its path
Does this make sense for other OS, too?
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