一、 设置->配置用户代码片段

在这里插入图片描述

二、 找到vue.json

在这里插入图片描述

三、 配置代码片段

在这里插入图片描述

{
	"Print to console": {
	  "prefix": "vue3",
	  "body": [
		"<template>",
		"  <div></div>",
		"</template>",
		"",
		"<script setup lang=\"ts\">",
		"import { ref, reactive, toRefs, onMounted} from 'vue'",
		"",
		"</script>",
		"<style scoped lang=\"less\">",
		"</style>",
	],
	  "description": "Log output to console"
	}
}

四、使用方法

在这里插入图片描述
在这里插入图片描述

Logo

前往低代码交流专区

更多推荐