I'm using a Verto library in my Vue-electron based project.
In my component's methods I have something like this:
function newVerto () {
vertoHandle = new jQuery.verto({
...
}, vertoCallbacks)
}
But once I execute it, I receive an error:
"TypeError: jQuery.verto is not a constructor"