]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: remove extra content
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 21 Jul 2020 15:05:01 +0000 (17:05 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Tue, 21 Jul 2020 15:05:01 +0000 (17:05 +0200)
src/matcher/types.ts

index a58924c031a2f0db3fa5522fe61194e36dd93d3b..b0a6e241d8188921db2357fd09aa9928d2bee0bb 100644 (file)
@@ -34,7 +34,6 @@ export interface RouteRecordNormalized {
    */
   meta: Exclude<_RouteRecordBase['meta'], void>
   /**
-   * Object of props options with the same keys as `components`
    * {@inheritDoc RouteRecordMultipleViews.props}
    */
   props: Record<string, _RouteRecordProps>