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.

17 lines
306 B

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