diff --git a/components/BetaUsaGovFooter.vue b/components/BetaUsaGovFooter.vue index 123c129471..24e72a153b 100644 --- a/components/BetaUsaGovFooter.vue +++ b/components/BetaUsaGovFooter.vue @@ -46,6 +46,16 @@ + @@ -79,6 +89,34 @@ export default { return defaultValue } }, + scrollToTop() { + window.scrollTo(0, 0) + }, }, } + +