I have a jquery function that i put it inside a mounted method. it works good when i refresh the browser . But when i navigate through pages and Vue tries to update the dom it does not work well . How can I call the function after the DOM gets completely updated? (this.nextTick inside the mounted method is not defined)
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1967">#c1967</a>)</em></sub></div>