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