Skip to content

Instantly share code, notes, and snippets.

@erados
Last active November 18, 2023 13:34
Show Gist options
  • Save erados/6c9bf2364c5fb1298711edf8c873f710 to your computer and use it in GitHub Desktop.
Save erados/6c9bf2364c5fb1298711edf8c873f710 to your computer and use it in GitHub Desktop.
<script>
export default {
data () {
return {
}
},
beforeDestroy() {
document.getElementsByTagName("body")[0].style = "overflow:unset"
},
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment