I'm using nuxt generate for a static site. Inside my pages/404.vue I have a component which is rendered fine when the url is /404 or for example /foo However it's mounted hook not gets called when the route is not /404
It is the expected behaviour?
<!--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/c2703">#c2703</a>)</em></sub></div>