From: Eduardo San Martin Morote Date: Mon, 25 Aug 2025 15:17:10 +0000 (+0200) Subject: chore: fixes in playground X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a129f12ddbe7358672ac8a749af09e3af43e4b0c;p=thirdparty%2Fvuejs%2Frouter.git chore: fixes in playground --- diff --git a/packages/experiments-playground/src/router/index.ts b/packages/experiments-playground/src/router/index.ts index 3f9c1bb3..0fec1f8d 100644 --- a/packages/experiments-playground/src/router/index.ts +++ b/packages/experiments-playground/src/router/index.ts @@ -119,7 +119,7 @@ const r_profiles_detail = normalizeRouteRecord({ // this version handles all kind of params but in practice, // the generation should recognize this is a single required param // and therefore userId is of type number - userId: PARAM_PARSER_INT, + userId: [PARAM_PARSER_INT], }, ['profiles', 1] ),