You’re probably loading the files from disk (“file://”) and the browser history API pushstate doesn’t work when files are loaded from “file://”. It works when you remove “mode: history” from the router because it defaults to using hashes.
You’re probably loading the files from disk (“file://”) and the browser history API pushstate doesn’t work when files are loaded from “file://”. It works when you remove “mode: history” from the router because it defaults to using hashes.