Yes, i'm using history mode.
Also I'm using props.
{
path: '/:section/',
name: 'Section',
component: Section,
props: true
}
where :section is the name of the page.
It's working fine in dev environnement but not in production.
I think it's related to that issue : https://router.vuejs.org/guide/essentials/history-mode.html
it's trying to reach the processwire page instead of redirecting to my app template (home.php)