Skip to content

Commit

Permalink
style: 补充代码片段 code-snippets 中缺少的字段
Browse files Browse the repository at this point in the history
  • Loading branch information
pany-ang committed Nov 11, 2024
1 parent ac3f53f commit f83a72f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/vue.code-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"body": [
"<script lang=\"ts\" setup></script>\n",
"<template>",
"\t<div class=\"app-container\">...</div>",
"\t<div class=\"app-container\"></div>",
"</template>\n",
"<style scoped></style>",
"<style lang=\"scss\" scoped></style>",
"$1"
],
"description": "Vue3 SFC"
Expand Down

0 comments on commit f83a72f

Please sign in to comment.