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