Skip to content

Commit 99a70bd

Browse files
committed
fix(Router): catch-all route name
Signed-off-by: Pedro Lamas <[email protected]>
1 parent 0ccf505 commit 99a70bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/router/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ const routes: Array<RouteConfig> = [
166166
},
167167
{
168168
path: '*',
169-
name: '404',
169+
name: 'not_found',
170170
component: NotFound
171171
}
172172
]

0 commit comments

Comments
 (0)