Skip to content

Instantly share code, notes, and snippets.

@sunchess
Forked from patleeman/Template.vue
Created May 19, 2022 14:30
Show Gist options
  • Save sunchess/2d46b1e21c5870ee192d25aa3941e1f3 to your computer and use it in GitHub Desktop.
Save sunchess/2d46b1e21c5870ee192d25aa3941e1f3 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