{
"Print to console": {
"prefix": "temp",
"body": [
"<template>",
" <div>",
" $TM_FILENAME_BASE",
" </div>",
"</template>",
"",
"<script>",
"export default {",
" name: '$TM_FILENAME_BASE',",
"",
" components: { },",
"",
" props: { },",
"",
" data () {",
" return {",
" $0",
" }",
" },",
"",
" computed: { },",
"",
" watch: { },",
"",
" beforeCreate () {},",
"",
" create () {},",
"",
" beforeMount () {},",
"",
" mounted () {},",
"",
" beforeUpdate () {},",
"",
" updated () {},",
"",
" activated () {},",
"",
" deactivated () {},",
"",
" beforeDestroy () {},",
"",
" destroyed () {},",
"",
" methods: {}",,
"",
"}",
"</script>",
"",
"<style lang='sass' scoped>",
"",
"</style>",
],
"description": "Log output to console"
}
}