1.链接:https://snippet-generator.app/
2.
image.png
"vue3 typescript": {
"prefix": "tsvue",
"body": [
"<template>",
" <div>",
"",
" </div>",
"</template>",
"<script lang=\"ts\" setup>",
" ",
"</script>",
"<style lang=\"scss\" scoped>",
"",
"</style>"
],
"description": "vue3 typescript"
}
4.粘贴到VScode ->首选项->配置代码片段
image.png
image.png