Requisito Toscano

This commit is contained in:
Florinda
2025-01-29 11:08:58 +01:00
parent 36a9811f05
commit b590508ca4
8 changed files with 1146 additions and 77 deletions

View File

@@ -36,10 +36,11 @@ const router = createRouter({
component: () => import('@/views/pages/OldScenarioExec.vue')
},
{
path: '/executions',
path: '/executions/:name',
name: 'executions',
component: () => import('@/views/pages/ScenarioExecList.vue')
},
component: () => import('@/views/pages/ScenarioExecList.vue'),
props: true // Facoltativo: consente di passare il parametro come prop al componente
},
{
path: '/canvas',
name: 'canvas',