From: Eduardo San Martin Morote Date: Wed, 5 Aug 2020 11:32:49 +0000 (+0200) Subject: chore: remove old tsdoc X-Git-Tag: v4.0.0-beta.7~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79f8d13481adb51f974083b2d1b7a497edb877ed;p=thirdparty%2Fvuejs%2Frouter.git chore: remove old tsdoc --- diff --git a/src/matcher/pathParserRanker.ts b/src/matcher/pathParserRanker.ts index a5f4a1d3..663f2bf2 100644 --- a/src/matcher/pathParserRanker.ts +++ b/src/matcher/pathParserRanker.ts @@ -4,7 +4,7 @@ import { assign } from '../utils' export type PathParams = Record /** - * @description A key + * A param in a url like `/users/:id` */ interface PathParserParamKey { name: string