Hi I need to show a modal on route change. if a file upload is already in progress. After the upload the user moves to another page. So if the user clicks on some other button while the upload is happening I need to show this modal. Is there a hook in pages which I can implement to handle this.
Basically I am looking for a hook which is called when the user leave a particular route.
<!--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/c294">#c294</a>)</em></sub></div>