Last active
June 17, 2019 17:42
-
-
Save tance77/b8d6a34b40fe71f4b22793a4cf67bb4d to your computer and use it in GitHub Desktop.
This file contains 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
export default{ | |
name: "NavBar", | |
data(){ | |
return { | |
homeMenu: false, | |
aboutMenu: false, | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment