From: Eduardo San Martin Morote Date: Tue, 21 Jul 2020 15:05:01 +0000 (+0200) Subject: docs: remove extra content X-Git-Tag: v4.0.0-beta.3~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2da3c82d269b4753e5f4ec9eb140d63a3fbb9f6;p=thirdparty%2Fvuejs%2Frouter.git docs: remove extra content --- diff --git a/src/matcher/types.ts b/src/matcher/types.ts index a58924c0..b0a6e241 100644 --- a/src/matcher/types.ts +++ b/src/matcher/types.ts @@ -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