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
413 B

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