]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs(types): remove extra space (#2347)
authorStEve YoUng <2747745470@qq.com>
Thu, 29 Aug 2024 06:14:44 +0000 (14:14 +0800)
committerGitHub <noreply@github.com>
Thu, 29 Aug 2024 06:14:44 +0000 (08:14 +0200)
packages/router/src/types/index.ts

index e3069740b0d806c03ed97060c2b5d191e2730485..c06643956c85ea4dc2a20b7d7323e3d3e7a7448e 100644 (file)
@@ -254,7 +254,7 @@ export interface _RouteRecordBase extends PathParserOptions {
  *   interface RouteMeta {
  *     requiresAuth?: boolean
  *   }
- *  }
+ * }
  * ```
  */
 export interface RouteMeta extends Record<string | number | symbol, unknown> {}