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