This repository was archived by the owner on Feb 24, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +712
-485
lines changed Expand file tree Collapse file tree 3 files changed +712
-485
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-agile" ,
3
- "version" : " 0.3.1 " ,
3
+ "version" : " 0.3.4 " ,
4
4
"description" : " Carousel component for Vue.js" ,
5
5
"author" :
" Łukasz Florczak <[email protected] >" ,
6
6
"license" : " MIT" ,
57
57
"http-proxy-middleware" : " ^0.17.2" ,
58
58
"json-loader" : " ^0.5.4" ,
59
59
"node-sass" : " ^3.4.2" ,
60
- "sass-loader" : " ^3.2.0" ,
61
- "semver" : " ^5.3.0" ,
62
60
"opn" : " ^4.0.2" ,
63
61
"ora" : " ^0.3.0" ,
64
62
"pug" : " 2.0.0-beta6" ,
65
63
"pug-loader" : " ^2.3.0" ,
64
+ "sass-loader" : " ^3.2.0" ,
65
+ "semver" : " ^5.3.0" ,
66
66
"shelljs" : " ^0.7.4" ,
67
67
"url-loader" : " ^0.5.7" ,
68
68
"vue-loader" : " ^9.4.0" ,
Original file line number Diff line number Diff line change 574
574
},
575
575
576
576
dragDistance () {
577
+ if (! this .mouseDown ) {
578
+ return false
579
+ }
580
+
577
581
if (this .dragDistance > this .swipeDistance ) {
578
582
if (! this .settings .infinite && this .currentSlide === 0 ) {
579
583
return
655
659
align-items : center ;
656
660
display : flex ;
657
661
list-style : none ;
662
+ margin : 0 ;
663
+ padding : 0 ;
658
664
white-space : nowrap ;
659
665
}
660
666
661
667
& __dot {
662
668
button {
663
- border : none ;
664
669
cursor : pointer ;
665
670
display : block ;
666
671
font-size : 0 ;
667
672
line-height : 0 ;
668
- margin : 0 ;
669
673
}
670
674
}
671
675
}
You can’t perform that action at this time.
0 commit comments