From 40c3185f648cec0828a42d7efaedfc6c6b5d5e6e Mon Sep 17 00:00:00 2001 From: funkyhippo <52957110+funkyhippo@users.noreply.github.com> Date: Sun, 26 Jul 2020 03:26:23 -0700 Subject: [PATCH] Fixed typo that broke anchors. (#268) --- src/.vuepress/components/ExtensionList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } },