Skip to content

Commit

Permalink
docs(types): remove extra space (#2347)
Browse files Browse the repository at this point in the history
  • Loading branch information
BuptStEve committed Aug 29, 2024
1 parent 2f48746 commit 8c5086e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/router/src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ export interface _RouteRecordBase extends PathParserOptions {
* interface RouteMeta {
* requiresAuth?: boolean
* }
* }
* }
* ```
*/
export interface RouteMeta extends Record<string | number | symbol, unknown> {}
Expand Down

0 comments on commit 8c5086e

Please sign in to comment.