We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 811f918 commit b369f8fCopy full SHA for b369f8f
1 file changed
apps/frontend/app/layouts/default.vue
@@ -7,6 +7,8 @@ const head = useLocaleHead({
7
const title = computed(() => route.meta.title && t(route.meta.title))
8
9
const windowsScroll = useWindowScroll()
10
+useEventListener('resize', () => { windowsScroll.measure() })
11
+watch(() => route.name, () => { windowsScroll.measure() })
12
</script>
13
14
<template>
0 commit comments