-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Reproduction
https://github.com/JammingBen/vue-router-query-issue
Steps to reproduce the bug
- set up https://github.com/JammingBen/vue-router-query-issue
- run
pnpm dev - open
http://localhost:5173in the browser - open the browser console
- add a query, e.g.
http://localhost:5173/?foo=bar
Expected behavior
The query in https://github.com/JammingBen/vue-router-query-issue/blob/main/src/router/index.ts#L6 does not lead with a ?, so it should be e.g. foo=bar.
Actual behavior
The query leads with a ?: ?foo=bar.
Additional information
This only happens with the latest version v4.6.0. Possibly related to f89a842?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
✅ Done