前段vue页面
{ "Print to console": { "prefix": "vue", //写成自己满意的前缀(name) "body": [ "<template>", " <div>$0</div>", "</template>", "", "<script>", "export default {", " name: '',", " components: {},", " props: {},", " data () {", " return {}", " },", " computed: {},", " watch: {},", " created () { },", " mounted () { },", " methods: {}", "}", "</script>", "", "<style scoped lang=\"less\">", "</style>", "" ], "description": "Log output to console" } }