当前位置: 首页 > news >正文

vscode创建快捷代码块,同时配置vue2和vue3的快捷代码块

文件——首选项——配置代码片段,弹出的搜索框内,输入   vue.json             

image

 之后在打开的vue.json中复制下面代码配置

{// Place your snippets for vue here. Each snippet is defined under a snippet name and has a prefix, body and // description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the // same ids are connected.// Example:"vue3": {"prefix": "vue3","body": ["<template>","<div class='app-container'>","","</div>","</template>","<script setup>","import {ref,reactive ,onMounted} from 'vue'","onMounted(() => {","","});","</script>","<style scoped lang=''>","</style>",],"description": "vue3的快捷代码段"},"vue2": {"prefix": "vue2","body": ["<template>","<div class='app-container'>","","</div>","</template>","<script>","export default{","name:'',","data(){","return{","","}},","created(){},","mounted(){},","methods:{},","}",                "</script>","<style scoped lang=''>","</style>",],"description": "vue2的快捷代码段"}
}

保存后,就可以在.vue文件中输入  vue2 回车快捷生成基础vue2代码段;输入vue3回车快捷生成基础vue3代码段。

 

http://www.jsqmd.com/news/20431/

相关文章:

  • 实用指南:Calico 网络插件在 K8s 集群的作用
  • 终于能打出生僻字了!麒麟系统搜狗输入法完整安装指南 - 实践
  • docker 离线下载安装部署
  • PaperReading:《Manipulating Multimodal Agents via Cross-Modal Prompt Injection》 - 详解
  • centos7 安装mysql5.7
  • 新手使用rocky10 过程中遇到问题:忘记root密码
  • godot + Avalonia 渲染第三方UI
  • 国标GB28181算法算力平台EasyGBS的云边协同的算力调度模式关键技术解析
  • 2025-10-23 cocos安装
  • 监控系统搭建集成实例
  • WPF 和 Avalonia 开发者的 html css 前端指南 ScrollViewer 篇
  • 陈旧性瘢痕药物
  • 用EasyPlayer播国标GB28181算法算力平台EasyGBS视频流,居然比点外卖还简单
  • verilog - 指南
  • 2025 年氙灯老化 / 紫外老化 / 冷热冲击 / 恒温恒湿 / 高低温 / 快速温变试验箱厂家推荐:柳沁仪器,多行业检测设备的优质供应伙伴
  • 测试美化效果
  • idea错误解决记录
  • 2025 年连接器厂家最新推荐榜单:覆盖多领域优质产品,为企业选购提供权威参考的国内制造商精选汽车/高速/板载/航空连接器公司推荐
  • 2025 年集装箱拖车供应厂家最新推荐榜,技术实力与市场口碑深度解析助力企业选品
  • 2025年护栏厂家权威推荐榜单:不锈钢栏杆、桥梁防撞护栏、河道景观护栏等全品类生产供应商精选
  • Windows Server 2022 中文版、英文版下载 (2025 年 10 月更新)
  • Windows Server 2025 中文版、英文版下载 (2025 年 10 月更新)
  • Windows 10 version 22H2 中文版、英文版下载 (2025 年 10 月更新)
  • 深入解析:软考系统架构设计师知识点-软件可靠性基础
  • Windows Server 2019 中文版、英文版下载 (2025 年 10 月更新)
  • CF1140E Palindrome-less Arrays
  • Windows Server 2016 中文版、英文版下载 (2025 年 10 月更新)
  • 10.17 NOIP 模拟赛 T2. 箱思客
  • Serverless 应用引擎 SAE:为传统应用托底,为 AI 创新加速
  • c++ 容器clear函数无法释放对象