Interface translation test

This commit is contained in:
Félix Aime
2021-02-04 11:11:43 +01:00
parent a6c88b7cea
commit 30d08c544b
14 changed files with 378 additions and 155 deletions

View File

@ -41,12 +41,14 @@ const routes = [
component: () => import('../views/save-capture.vue'),
props: true
},
{ path: '/analysis',
{
path: '/analysis',
name: 'analysis',
component: () => import('../views/analysis.vue'),
props: true
},
{ path: '/report',
{
path: '/report',
name: 'report',
component: () => import('../views/report.vue'),
props: true