Skip to content

Commit e7f31db

Browse files
committed
version-inc
1 parent cb31b54 commit e7f31db

File tree

20 files changed

+34573
-119
lines changed

20 files changed

+34573
-119
lines changed

example/src/config/routes.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ import ListPage from '../pages/ListPage.js';
44
export const routes = [
55
{
66
path: '/',
7-
component: HomePage,
7+
element: () => htm`<${HomePage} />`,
88
},
99
{
1010
path: '/profiles',
11-
component: ListPage,
11+
element: () => htm`<${ListPage} />`,
1212
},
1313
];
1414

0 commit comments

Comments
 (0)