Created
October 7, 2016 17:46
-
-
Save wdmtech/efa4bd26ccf833b9e972ec401d1b5648 to your computer and use it in GitHub Desktop.
Vue 2.0 component scaffold
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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