diff --git a/src/.vuepress/components/ExtensionList.vue b/src/.vuepress/components/ExtensionList.vue index 10e1a9c8..62933fcc 100644 --- a/src/.vuepress/components/ExtensionList.vue +++ b/src/.vuepress/components/ExtensionList.vue @@ -67,7 +67,7 @@ export default { }, updated() { - if (window.ocation.hash) { + if (window.location.hash) { window.location.replace(window.location.hash); } },