I want to window.location.href='www.xxxx.com' before project first page show, is any way can do this ?
My current way is put the window.location.href in default.vue file's mounted function, but it seems need load those app.js default.js index.js manifest.js before mounted function.
So, is some way can run my window.location.href code immediately? Thank you so much !
<!--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/c1992">#c1992</a>)</em></sub></div>