Initial commit

This commit is contained in:
2026-06-12 17:24:25 +08:00
commit 488206779f
262 changed files with 31355 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"Vue3.0快速生成模板": {
"scope": "vue",
"prefix": "Vue3.0",
"body": [
"<template>",
" <div>${1:test}</div>",
"</template>",
"",
"<script lang=\"ts\">",
"export default {",
" setup() {",
" return {};",
" },",
"};",
"</script>",
"",
"<style lang=\"scss\" scoped></style>",
""
],
"description": "Vue3.0"
}
}