Created
March 14, 2018 13:45
-
-
Save OleksandrLz/2fde93731385e32bc48f5ba7acd0b31b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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