Add template Vue file so I don't need to type it anew every time
This commit is contained in:
parent
491c9aa5c5
commit
af3c7d9f91
1 changed files with 17 additions and 0 deletions
17
component_template.vue
Normal file
17
component_template.vue
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
<template>
|
||||||
|
<div id=""></div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
name: ``,
|
||||||
|
components: {},
|
||||||
|
data() { return {};},
|
||||||
|
computed: {},
|
||||||
|
methods: {}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
|
||||||
|
</style>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue