feat: add dynamic errorpage (#3602)
This commit is contained in:
@@ -78,6 +78,11 @@ const routes = [
|
||||
path: '/',
|
||||
name: 'PageHome',
|
||||
component: PageHome
|
||||
},
|
||||
{
|
||||
path: '/error',
|
||||
name: 'PageError',
|
||||
component: PageError
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user