Skip to content

Instantly share code, notes, and snippets.

@christiannwamba
Last active November 24, 2017 11:35
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 christiannwamba/9f4c6dcc889ed04792cb7214328faa7b to your computer and use it in GitHub Desktop.
Save christiannwamba/9f4c6dcc889ed04792cb7214328faa7b to your computer and use it in GitHub Desktop.
<template functional>
<div>
<h1>{{props.name}}</h1>
<p>Hello and welcome to your sample Vue App, feel free to edit it to whichever way you choose and have fun!</p>
</div>
</template>
<style scoped>
div>h1{
color:#333;
text-align:center;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment