Hi everyone. Can someone please help me? I am using an HTML template wich has a custom js file for configurimg and running owl carousel, slider revolutions and other js plugins which are used in the template.
I am loading all js files in the footer before closing body tag.
The problem is, if I load the page for the first time(using direct url) every jquery plugin works fine. But as soon as I go to another page using nuxt-link router, jquery stops working.
I think because it is calling:
jQuery(document).ready(function() {
As this js file is quit big, I cannot put it's content in every page mounted().
How can I solve this problem?
Thanks