There is the bug on index.vue
in Page
folder that we need to change from
import logo from '~components/logo.vue
to
import logo from '~/components/logo.vue
This will make new people come in the first time struck in this point and some will drop-off which mean we lost number of user.
<!--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/c1313">#c1313</a>)</em></sub></div>