码迷,mamicode.com
首页 > 其他好文 > 详细

vscode----vue模板--用户代码片段--快捷

时间:2021-02-17 14:21:41      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:str   ret   template   模板   nbsp   nts   des   vue模板   port   

vue.json

{
	"Print to console": {
		"prefix": "vue",
		"body": [
			"<template>",
			"  <div>$0</div>",
			"</template>",
			"",
			"<script>",
			"export default {",
			"  data () {",
			"    return {",
			"    };",
			"  },",
			"",
			"  components: {},",
			"",
			"  mounted () {},",
			"",
			"  destroyed () {},",
			"",
			"  methods: {}",
			"}",
			"",
			"</script>",
			"<style lang=‘less‘ scoped>",
			"</style>"
		],
		"description": "Log output to console"
	}
}

 

vscode----vue模板--用户代码片段--快捷

标签:str   ret   template   模板   nbsp   nts   des   vue模板   port   

原文地址:https://www.cnblogs.com/fdxjava/p/14401663.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!