Add skeletons, fix double-eval of filetype.vim
This commit is contained in:
parent
08d8a22709
commit
a7c30c7a27
5 changed files with 36 additions and 21 deletions
19
.vim/skeletons/vue.skel
Normal file
19
.vim/skeletons/vue.skel
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue