Hide USWDS banner on page load
This is a small MR to fix a weird glitch where the USWDS banner is expanded on page load. It is triggered by the await
calls in 'src/main.js'
required to set up vue-i18n
, but I can't seem to fix the issue there with my limited knowledge, so implementing this hackier fix for now.
to test
Pull changes locally, edit App.vue
so that the USWDS banner shows on test, then run npm run dev
and check that the banner is collapsed on page load