vue-pure-admin2/.vscode/vue3.2+.setup-snippets.json

18 lines
306 B
JSON
Raw Normal View History

2021-12-29 11:21:59 +08:00
{
"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+"
}
}