Home

Issue: 2242

Call a jquery function after update the DOM does not work

[issue link]

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)

This question is available on Nuxt.js community (#c1967)