Files
ylhp-ai-project-manager-fro…/.vscode/vue3.2.code-snippets
JiaoTianBo 2b62486364
Some checks failed
Lint Code / Lint Code (push) Failing after 35s
feat(init): 项目初始化构建
2026-03-27 16:50:27 +08:00

18 lines
328 B
Plaintext

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