vue-router icon indicating copy to clipboard operation
vue-router copied to clipboard

fix: parse query params

Open ebykov opened this issue 3 years ago • 0 comments

Fixed wrong key exists check in parseQuery function, that broke query parameters if values named as object prototype properties.

https://router.vuejs.org/?hasOwnProperty

ebykov avatar Aug 09 '21 13:08 ebykov