$('.owl-carousel').owlCarousel({ autoplay: true, loop: true, nav: true, responsive: { 300: { items: 1 }, } }) // onCreated $(document).ready(function() { }); // onResize $(window).resize(function() { }); // onMounted jQuery(window).load(function() { });