Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
mouseDrag: this.mouseDrag,
nested: this.nested,
freezable: this.freezable,
disable: this.disable,
onInit: this.onInit,
swipeAngle: this.swipeAngle,
startIndex: this.startIndex,
center: this.center,
lazyLoadSelector: this.lazyLoadSelector,
preventActionWhenRunning: this.preventActionWhenRunning,
preventScrollOnTouch: this.preventScrollOnTouch,
autoWidth: this.autoWidth
}
removeUndefinedProps(settings);
this.slider = tns(settings);
// Emit init event
this.$emit('init');
// Subscribe to all kind of tiny-slider events
this.$_vueTinySlider_subscribeToAll();
},
},