You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IE9 throw the following error: Object doesn't support this property or method "replaceState"
I set the options: fallback: false
I saw a similar issue:#1834
Why not do the same treatment here?:
Uh oh!
There was an error while loading. Please reload this page.
Version
3.0.1
Reproduction link
#1834
Steps to reproduce
IE9 throw the following error: Object doesn't support this property or method "replaceState"
I set the options: fallback: false
I saw a similar issue:#1834
Why not do the same treatment here?:
vue-router/dist/vue-router.js
Lines 2149 to 2153 in 8dadf97
What is expected?
In addition to the judgment support supportPushState processing:
vue-router/dist/vue-router.js
Lines 2149 to 2153 in 8dadf97
What is actually happening?
IE9 throw the following error: Object doesn't support this property or method "replaceState"
The text was updated successfully, but these errors were encountered: