UNPKG
@morev/vue-swiper
Version:
latest (2.0.0)
2.0.0
1.0.2
1.0.1
1.0.0
0.1.1
0.1.0
0.0.3
0.0.2
0.0.1
Latest Swiper with extra features. For Vue 2 + SSR
github.com/MorevM/vue-swiper
MorevM/vue-swiper
@morev/vue-swiper
/
dist
/
modules
/
a11y
/
a11y.less
11 lines
(10 loc)
•
182 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
/* a11y */
.swiper
.swiper-notification
, swiper-
container
.swiper-notification
{
position
: absolute;
left
:
0
;
top
:
0
;
pointer-events
: none;
opacity
:
0
;
z-index
: -
1000
; }