浏览代码

fix(vscode): 修正vue3代码片段中占位符顺序错误

feige996 9 月之前
父节点
当前提交
74cc77579e
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .vscode/vue3.code-snippets

+ 2 - 2
.vscode/vue3.code-snippets

@@ -28,10 +28,10 @@
       "}",
       "</route>\n",
       "<script lang=\"ts\" setup>",
-      "//$3",
+      "//$2",
       "</script>\n",
       "<template>",
-      "  <view class=\"\">$2</view>",
+      "  <view class=\"\">$3</view>",
       "</template>\n",
       "<style lang=\"scss\" scoped>",
       "//$4",