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

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