From: Eduardo San Martin Morote Date: Wed, 20 Aug 2025 11:40:28 +0000 (+0200) Subject: chore: playground X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7b9e5d0cd5b1356cae879f0f86bde506d6795927;p=thirdparty%2Fvuejs%2Frouter.git chore: playground --- diff --git a/packages/experiments-playground/src/router/index.ts b/packages/experiments-playground/src/router/index.ts index 5cb1a9e3..f53fb6a4 100644 --- a/packages/experiments-playground/src/router/index.ts +++ b/packages/experiments-playground/src/router/index.ts @@ -52,13 +52,7 @@ const r_group = normalizeRouteRecord({ }, query: [ - new MatcherPatternQueryParam( - 'group', - 'isGroup', - 'value', - PARAM_PARSER_INT, - undefined - ), + new MatcherPatternQueryParam('group', 'isGroup', 'value', PARAM_PARSER_INT), ], })