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

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