Skip to content

Commit ed4573a

Browse files
authored
chore: Add z/Z to alphanumeric characters (vuejs#1998)
1 parent 80e1fd1 commit ed4573a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/router/src/types/utils.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ export type _AlphaNumeric =
6464
| 'X'
6565
| 'y'
6666
| 'Y'
67+
| 'z'
68+
| 'Z'
6769
| '0'
6870
| '1'
6971
| '2'

0 commit comments

Comments
 (0)