We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eead4c1 commit 249776cCopy full SHA for 249776c
index.html
@@ -531,6 +531,7 @@ <h2 class="subtitle">{{config.subtitle}}</h2>
531
},
532
async mounted() {
533
window.onpopstate = () => this.pathPrefix = window.location.hash.replace(/^#\/?/, '')
534
+ window.onpopstate()
535
window.addEventListener('resize', () => {
536
this.windowWidth = window.innerWidth
537
})
0 commit comments