Skip to content

Instantly share code, notes, and snippets.

@OleksandrLz
Created March 14, 2018 13:45
Show Gist options
  • Select an option

  • Save OleksandrLz/2fde93731385e32bc48f5ba7acd0b31b to your computer and use it in GitHub Desktop.

Select an option

Save OleksandrLz/2fde93731385e32bc48f5ba7acd0b31b to your computer and use it in GitHub Desktop.
watch: {
$route () {
if (this.$route.name !== 'home') {
// document.getElementById('example').style.zIndex = '-999'
} else {
// document.getElementById('example').style.zIndex = '999'
}
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment