dot_vim
This commit is contained in:
parent
f0510126ba
commit
7a7c647c22
212 changed files with 30625 additions and 30625 deletions
19
dot_vim/skeletons/vue.skel
Normal file
19
dot_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