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.

22 lines
398 B

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