The Wayback Machine - https://web.archive.org/web/20220409032213/https://github.com/vuejs/vue-router/issues/3566
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Version
3.5.1
Reproduction link
https://github.com/vuejs/vue-router/blob/dev/types/router.d.ts#L203
Steps to reproduce
None, just the source code seems to be wrong.
What is expected?
The type definition of Route#query should be
The current implementation cannot express this type of query
as it doesn't have any value and it is not converted to an array.
What is actually happening?
https://github.com/vuejs/vue-router/blob/dev/types/router.d.ts#L203
The type definition of Route#query is
The text was updated successfully, but these errors were encountered: