add error route using the app-error element
This commit is contained in:
@@ -50,6 +50,10 @@ export class UmbAppElement extends UmbLitElement {
|
||||
bypassAuth = false;
|
||||
|
||||
private _routes: UmbRoute[] = [
|
||||
{
|
||||
path: 'error',
|
||||
component: () => import('./app-error.element.js'),
|
||||
},
|
||||
{
|
||||
path: 'install',
|
||||
component: () => import('../installer/installer.element.js'),
|
||||
|
||||
Reference in New Issue
Block a user