{
"Print to console": {
"prefix": "vue",
"body": [
"<template>",
"<div>
",
"</div>",
"</template>
",
"<script>",
"export default {",
" name: '',",
" props: [],",
" components: {},",
" data () {",
" return {}",
" },",
" computed: {},",
" methods: {},",
" watch: {},",
" beforeCreate () {},",
" created () {},",
" beforeMount () {},",
" // mounted () {},",
" beforeUpdate () {},",
" updated () {},",
" activated () {},",
" deactivated () {},",
" beforeDestroy () {},",
" destroyed () {},",
" errorCaptured () {},",
"}",
"</script>
",
"<style scoped lang="${1:less}">
",
"</style>
",
],
"description": "Create vue template"
}
}