diff --git a/docs/.vuepress/theme/components/Navbar.vue b/docs/.vuepress/theme/components/Navbar.vue index bb9ea537014bf8c9843057971560a3dd934cfc7d..fb6c42cb1fa1fadd2fb12d815bfc302d48a03ec0 100644 --- a/docs/.vuepress/theme/components/Navbar.vue +++ b/docs/.vuepress/theme/components/Navbar.vue @@ -190,7 +190,7 @@ export default { }, switchVersion () { document.cookie = '__new_version=;expires=-1' - location.reload() + location.replace(location.origin) } },