Skip to content
#

slider

Here are 942 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

ConduciveMammal
ConduciveMammal commented Nov 9, 2019

The documentation states that this is Glide's structure, but specifically mentions adding the track attribute. So if that's required, is the HTML class structure also required or is it just for example?

<div class="glide">
  <div class="glide__track" data-glide-el="track">
    <ul class="glide__slides">
      <li class="glide__slide">0</li>
      <li class="glide__slide">1</li>
  
danagain
danagain commented Feb 10, 2020

When writing a custom pager, README.md says to use data-slide-index .. but this does not work, it should be data-slideindex which works.

Can you please update your README on git to help others who may experience the same issue.
Also, the pager example on your website is throwing a 404 error.

xiebo22
xiebo22 commented May 16, 2019

问题描述

作者是个菜鸟,请详细地描述问题,不要一句话带过(特别是将描述放在标题上的),根据情况贴上代码

处理 issue 是件很耗精力的事,请提交 issue 前考虑一下是否把问题说清楚了

产生环境

  • **使用版本:-
  • **引入方式:CDN | NPM
  • **演示地址:-

提示错误信息

  1. Invalid prop: custom validator check failed for prop "startDate".
  2. Invalid prop: custom validator check failed for prop "endDate".
  3. Invalid prop: custom validator check failed for prop "value".

代码区域

ion.rangeSlider
mKlus
mKlus commented Oct 22, 2015

When using drag_interval the onChange event is called twice on every move to the right.

Her's an example to demonstrate this issue:
http://jsfiddle.net/y81j67qh/13/

If you drag the bar to right it always calls the onChange event 2x. First has the old from time, the second has both from and to times updated.

Another issue is that occasionally if you move the bar left slowly (by one step) it does

🔥🔥🔥本项目包括各种基本控件使用(Text、TextField、Icon、Image、Listview、Gridview、Picker、Stepper、Dialog、Slider、Row、Appbar、Sizebox、BottomSheet、Chip、Dismissible、FlutterLogo、Check、Switch、TabBar、BottomNavigationBar、Sliver等)、豆瓣电影、tubitv、每日一文、和天气、百姓生活、随机诗词、联系人、句子迷、好奇心日报、有道精品课、高德定位、音乐播放器🎵、追书神器等板块

  • Updated May 25, 2020
  • Dart

Improve this page

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

Learn more

You can’t perform that action at this time.