Minoru Matsui
Results
2
comments of
Minoru Matsui
I am facing the same problem for a new 'Dual' 'simple template' and 'history mode on' test project. Moving `/router.js` out of `/src` and re-importing `./router/index.js` in `main.native.js` indeed throws...
Edit: I managed to make it work for Home and other routes, but not for About page. my edit was to add an export to `src/router/index.js` as in ```js //...