-
-
Save sunchess/2d46b1e21c5870ee192d25aa3941e1f3 to your computer and use it in GitHub Desktop.
Empty .vue file template
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> | |
</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