v2.0.3-beta

This commit is contained in:
2021-01-13 16:50:22 -03:00
parent 10622c2e94
commit 1ac2789f28
8 changed files with 44 additions and 22 deletions

View File

@ -164,6 +164,15 @@ let ventajas = {
this.elem.find('.nav.right').click((e) => {
this.next()
})
this.elem.find('.gallery').swipe({
swipeLeft: (e, dir, d, t, n, data) => {
this.next()
},
swipeRight: (e, dir, d, t, n, data) => {
this.prev()
}
})
},
current: 1,
next: function() {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long