vuejs / vue-router

🚦 The official router for Vue 2
http://v3.router.vuejs.org/
MIT License
18.99k stars 5.06k forks source link

The history.state object lost certain properties because they were overwritten by the pushState function. #3862

Closed Allihol closed 1 year ago

Allihol commented 1 year ago

vue-router\src\util\push-state.js

image

posva commented 1 year ago

pushState() creates a new entry, it doesn't overwrite any state.