Jquery.verto Is Not A Constructor
I'm using a Verto library in my Vue-CLI based project - I've copied all necessary files to my static folder and imported it directly as a files in my index.html file - something li
Make sure you're calling new jQuery.verto({})
inside the verto init callback as the docs suggest.
Example: $.verto.init({}, function(){ ... new jQuery.verto({...}) ... })
.
Not sure if you're already doing it, I can't tell by the code snippet you shared.
Post a Comment for "Jquery.verto Is Not A Constructor"