vue3.2.code-snippets 306 B

1234567891011121314151617
  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. }