We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14af144 commit 01889c0Copy full SHA for 01889c0
src/util/query.js
@@ -27,7 +27,7 @@ export function resolveQuery (
27
}
28
29
function parseQuery (query: string): Dictionary<string> {
30
- const res = Object.create(null)
+ const res = {}
31
32
query = query.trim().replace(/^(\?|#|&)/, '')
33
0 commit comments