Skip to content

Instantly share code, notes, and snippets.

@christiannwamba
Last active November 24, 2017 11:32
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/c3349ae8abdc999756f34bbce4a61ecd to your computer and use it in GitHub Desktop.
Save christiannwamba/c3349ae8abdc999756f34bbce4a61ecd to your computer and use it in GitHub Desktop.
<template>
<Header name="The Vue App"></Header>
</template>
<script>
import Header from './components/Header.vue'
export default {
name: 'app',
components:{Header},
data () {
return {
}
}
}
</script>
<style>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment