slides
Here are 1,560 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
Speaker notes
Reading readme.md, the point "
| Executable | Version |
|---|---|
node --version |
10.15.3 |
npm --version |
6.4.1 |
nodeppt -v |
2.1.5 |
| OS | Version |
|---|---|
| Windows 7 | 6.1.7601 |
运行时出现的问题为:
 who want to run decktape in an Ubuntu 18.04 LTS subsystem via WSL on Windows 10, I've discovered that you can't without installing some missing libraries that are not normally included in the Ubuntu image. Everything can be installed via apt install, and I thought I'd share them in case someone might benefit from this information in the FAQs.
Brief description of
Affected part of DeckDeckGo
- Studio
- Remote control
- Documentation
- Demo
- Starter kit
- Poll
- Web Components
- Templates
Reproduction
Steps to reproduce:
- Begin with a Starter or Ionic React presentation on Windows 10.
- Run "npm install" then "npm run start" to kick off local host
-
Updated
Feb 18, 2017 - Python
OS
OS: Windows 10
Backslide@feature/refactor
Problem
When exporting a presentation that has html with attributes in a code block, the resulting HTML has both escaped and non-escaped quotes.
<html lang="en">Results in
<html lang="\"en\"">Because of the un-escaped ", the resulting HTML is not correct.
Expected
HT
-
Updated
May 12, 2020 - Python
-
Updated
Mar 14, 2020 - JavaScript
-
Updated
Aug 21, 2019
-
Updated
Dec 10, 2019 - TeX
-
Updated
Apr 28, 2020 - Shell
-
Updated
Oct 19, 2018 - Swift
-
Updated
May 14, 2020
Continued from #219.
When chrome-launcher cannot find out the executable Chrome, Marp CLI should be better to emit the error message to advise installing Google Chrome.
The current error message Could not find browser revision 737027. Run "npm install" or "yarn install" to download a browser binary. will cause misleading.
-
Updated
May 20, 2020 - HTML
-
Updated
May 15, 2020 - GDScript
Improve this page
Add a description, image, and links to the slides topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the slides topic, visit your repo's landing page and select "manage topics."
Is it possible to customize overview mode? (Size of preview-thumbs, overlay info per slide, orientation (instead of linear, in a list or wrapping lines,...)