]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
chore: playground
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 20 Aug 2025 11:40:28 +0000 (13:40 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 20 Aug 2025 11:40:28 +0000 (13:40 +0200)
packages/experiments-playground/src/router/index.ts

index 5cb1a9e39f2b6e517544a32f0f4091c938bc4bfd..f53fb6a441a748d2e1ab9728db36987215cfb9d6 100644 (file)
@@ -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),
   ],
 })