Skip to content

Instantly share code, notes, and snippets.

@wdmtech
Created October 7, 2016 17:46
Show Gist options
  • Save wdmtech/efa4bd26ccf833b9e972ec401d1b5648 to your computer and use it in GitHub Desktop.
Save wdmtech/efa4bd26ccf833b9e972ec401d1b5648 to your computer and use it in GitHub Desktop.
Vue 2.0 component scaffold
<template>
<span>
</span>
</template>
<script>
export default {
methods: {},
mounted: {},
props: {},
data () {
return {}
},
}
</script>
<style scoped>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment