Add skeletons, fix double-eval of filetype.vim

This commit is contained in:
Barak Michener 2022-07-24 13:44:18 -07:00
parent 08d8a22709
commit a7c30c7a27
5 changed files with 36 additions and 21 deletions

19
.vim/skeletons/vue.skel Normal file
View file

@ -0,0 +1,19 @@
<template>
</template>
<script>
//import header from './header.vue'
export default {
name: 'components',
data () {
return {
msg: 'Hello World'
}
}
}
</script>
<style>
</style>