Closed
Description
Version
3.4.0
Reproduction link
https://jsfiddle.net/herophuong/97bq4vmh/
Steps to reproduce
- Call
$router.push({path: '/', query: {q: undefined}})
What is expected?
URL should be /
What is actually happening?
URL is now /?q=undefined
Possibly due to fixing this issue: #2131