Add router level support for rendering react componenent pages

This commit is contained in:
Bill Thornton
2021-05-27 15:34:27 -04:00
parent 4aa203c0c6
commit eb605615d1
6 changed files with 34 additions and 3 deletions
+6
View File
@@ -24,6 +24,12 @@ import { appRouter } from '../components/appRouter';
appRouter.addRoute(path, newRoute);
}
defineRoute({
alias: '/reactTest.html',
path: 'reactTest.html',
pageComponent: 'TestPage'
});
defineRoute({
alias: '/addserver.html',
path: 'session/addServer/index.html',