diff --git a/pages/landing/HeaderSection.vue b/pages/landing/HeaderSection.vue index d667fc733..a26e5ce7e 100644 --- a/pages/landing/HeaderSection.vue +++ b/pages/landing/HeaderSection.vue @@ -59,6 +59,9 @@ export default { }, scrollListener: null, container: null, + mounted() { + this.bindScrollListener(); + }, beforeUnmount() { if (this.scrollListener) { this.unbindScrollListener();