diff --git a/src/index.js b/src/index.js index 13796d4..295979a 100644 --- a/src/index.js +++ b/src/index.js @@ -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,