From: Ryan McCahan Date: Tue, 26 Sep 2023 17:20:06 +0000 (-0600) Subject: chore: Add z/Z to alphanumeric characters (#1998) X-Git-Tag: v4.3.0~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed4573ad02dc375580c9dba7be86b60b9f21f9f4;p=thirdparty%2Fvuejs%2Frouter.git chore: Add z/Z to alphanumeric characters (#1998) --- diff --git a/packages/router/src/types/utils.ts b/packages/router/src/types/utils.ts index 843808c7..b5874a26 100644 --- a/packages/router/src/types/utils.ts +++ b/packages/router/src/types/utils.ts @@ -64,6 +64,8 @@ export type _AlphaNumeric = | 'X' | 'y' | 'Y' + | 'z' + | 'Z' | '0' | '1' | '2'