isObjectEqual
will throw exception when object contains null valueΒ #1566
Closed
Description
Version
2.7.0
Reproduction link
https://jsfiddle.net/t8gpt9mk/
Steps to reproduce
Click router link in page.
What is expected?
Query in url changed.
What is actually happening?
Throw TypeError.
This code works well on vue-router 2.5.3, and bug introduce by pull request #1425.