mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 12:57:29 -08:00
add a fake route
This commit is contained in:
parent
906dffe84c
commit
a3bfa33647
|
@ -41,7 +41,12 @@ const defaultOptions = {
|
|||
TelemetryPlugin,
|
||||
createRouter({
|
||||
history: createWebHistory(),
|
||||
routes: [],
|
||||
routes: [
|
||||
{
|
||||
path: '/',
|
||||
component: { template: '<div></div>' },
|
||||
},
|
||||
],
|
||||
}),
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue