Hi, I'm working on a Vue project built with the vue-skeleton (thanks for providing the template! Super helpful), and I'm trying to add new children paths under route /press, such as /press/article1 and /press/article2. I added the new children paths in routes.js as the following
It seems to me that for child routes, the app.js is built not from root but from /press ? Any suggestion on how to debug this or how to fix this? Thank you in advance!
Hi, I'm working on a Vue project built with the vue-skeleton (thanks for providing the template! Super helpful), and I'm trying to add new children paths under route /press, such as /press/article1 and /press/article2. I added the new children paths in routes.js as the following
I'm then able to access /press but when I go to /press/article1 I got the following error:
It seems to me that for child routes, the app.js is built not from root but from /press ? Any suggestion on how to debug this or how to fix this? Thank you in advance!