chore: 更新vscode代码片段

This commit is contained in:
xiaoxian521
2023-05-20 21:25:54 +08:00
parent 5349c686d1
commit 4e4c9b3848
3 changed files with 29 additions and 9 deletions

View File

@@ -1,14 +1,14 @@
{
"Vue3.2+快速生成模板": {
"scope": "vue",
"prefix": "Vue3.2+",
"body": [
"<script setup lang='ts'>",
"</script>\n",
"<template>",
"\t<div>\n",
"\t</div>",
"\t<div>test</div>",
"</template>\n",
"<style scoped>\n",
"<style lang='scss' scoped>\n",
"</style>",
"$2"
],