fix: vscode setting

This commit is contained in:
xiaoxian521
2022-01-18 17:05:42 +08:00
parent c9c8f20cc5
commit 5e9198c2e0
4 changed files with 1 additions and 6 deletions

17
.vscode/vue3.2.code-snippets vendored Normal file
View File

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