[Vuejs]-The owlCarousel does not work properly, it does not move and I cannot advance the page either

0👍

your probleme in initialization jquery ‘(function ($)’ => ‘$(function()’

$(function(){

  'use strict';

  //your code here

});

Leave a comment