Skip to content

Instantly share code, notes, and snippets.

@dennisschneider
Created March 12, 2018 10:40
Show Gist options
  • Save dennisschneider/78a018fd92a79fd0a007efa302319ae3 to your computer and use it in GitHub Desktop.
Save dennisschneider/78a018fd92a79fd0a007efa302319ae3 to your computer and use it in GitHub Desktop.
small snippet for testing purposes on medium.com
export default {
name: 'Hello World',
data() {
return {
msg: 'Hello World',
};
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment