Fixed typo that broke anchors. (#268)

This commit is contained in:
funkyhippo 2020-07-26 03:26:23 -07:00 committed by GitHub
parent 4bcf3c1145
commit 40c3185f64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ export default {
},
updated() {
if (window.ocation.hash) {
if (window.location.hash) {
window.location.replace(window.location.hash);
}
},