1
This commit is contained in:
@@ -129,7 +129,7 @@ class AdminFramework {
|
||||
}
|
||||
|
||||
if (VueRouter && !this.router) {
|
||||
const mainRoute = this.getRoutes({ Main, ParentView, Page404 })
|
||||
const mainRoute = this.getRoutes({ Main, ParentView, Page404, HomePage: this.HomePage })
|
||||
|
||||
this.router = this.createRouter(VueRouter, {
|
||||
Main,
|
||||
|
||||
Reference in New Issue
Block a user