Roy

Results 3 comments of Roy

A primary issue is that on rule 58 in switches.vue, the syntax `mounted () {` is not supported in IE, thus causing all other layout to break. Adjusting that (as...

Although the slider works normally, despite changing `event.preventDefault()` to `event.stopPropagation()` and even adding `{passive: false}` as an option to the function, the error keeps on appearing. It is, however, only...

Interesting to add: `slidesOffsetBefore` _will_ be applied as expected when `grid.rows` has a value greater than 1. It is just `slidesOffsetAfter` that will not be applied. https://codepen.io/roye7777777/pen/BagYqKR