Requisito Toscano
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user