Skip to content

Instantly share code, notes, and snippets.

@patleeman
Created June 17, 2017 16:11
Show Gist options
  • Save patleeman/03854e64b074e30ddcb041c23665572b to your computer and use it in GitHub Desktop.
Save patleeman/03854e64b074e30ddcb041c23665572b to your computer and use it in GitHub Desktop.
Empty .vue file template
<template>
</template>
<script>
export default {
components: {
},
props: [
],
data () {
return {
}
},
mounted () {
},
created () {
},
computed: {
},
methods: {
},
watch: {
}
}
</script>
<style scoped lang="scss">
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment