Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Created April 2, 2018 12:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthieu-D/07b7836e417868de711029e8e6002f3b to your computer and use it in GitHub Desktop.
Save matthieu-D/07b7836e417868de711029e8e6002f3b to your computer and use it in GitHub Desktop.
const About = {
template: "<div>About view</div>",
mounted: function() {
console.log("Welcome to the About view");
},
destroyed: function() {
console.log("Thanks for visiting to the About view");
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment