You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
352 B

  1. {
  2. "Vue3.2快速生成模板": {
  3. "prefix": "Vue3.2",
  4. "body": [
  5. "<!-- $1 -->",
  6. "<script setup lang='ts'>",
  7. "\t$2",
  8. "</script>\n",
  9. "<template>",
  10. "\t<div>",
  11. "\t\t$3",
  12. "\t</div>",
  13. "</template>\n",
  14. "<style scoped>",
  15. "\t$4",
  16. "</style>"
  17. ],
  18. "description": "Vue3.2"
  19. }
  20. }