Vue3项目自定义代码块

话不多说,上图

 

试试看↓

 

{
	"demo":{
	"prefix": "v3",
	"body": [
		"<template>",
		"\t",
		"</template>",
		"",
		"<script lang='ts'>",
		"import {defineComponent }from 'vue'",
		"export default defineComponent({",
		"\tsetup(){",
		"\t\t$0",
		"\t\t return{",
		"",
		"\t\t}",
		"\t}",
		"})",
		"</script>",
		"",
		"<style lang='less' scoped>",
		"\t",
		"</style>"
	],
	"description": "自定义vue3代码"
}
}


版权声明:本文为chonga_原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。